構文struct re_pattern_buffer
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
re_pattern_buffer | ||
| rx | rx | ||
| syntax | reg_syntax_t | See below for syntax bit definitions. | |
| no_sub | unsigned int | If set, don't return register offsets. | |
| not_bol | unsigned int | If set, the anchors ('^' and '$') don't | |
| not_eol | unsigned int | match at the ends of the string. | |
| newline_anchor | unsigned int | If true, an anchor at a newline matches. | |
| least_subs | unsigned int | If set, and returning registers, return | |
| match_regs_on_stack | unsigned int | ||
| search_regs_on_stack | unsigned int | ||
| is_anchored | unsigned int | Anchorded by ^? | |
| begbuf_only | unsigned int | Anchored to char position 0? | |
| regs_allocated | |||
| translate | unsigned char * | ||
| syntax_parens | char * | ||
| re_nsub | size_t | ||
| buffer | void * | Malloced memory for the nfa. | |
| allocated | unsigned long | Size of that memory. | |
| fastmap | char * | ||
| fastmap_accurate | unsigned int | These three are internal. | |
| can_match_empty | unsigned int | ||
| start | rx_nfa_state * | The nfa starting state. | |
| se_params | re_se_params * | ||
| fastset | rx_Bitset |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー