#include <MNrx.h>
Collaboration diagram for re_pattern_buffer:
Public Attributes | |
rx | rx |
reg_syntax_t | syntax |
unsigned int | no_sub:1 |
unsigned int | not_bol:1 |
unsigned int | not_eol:1 |
unsigned int | newline_anchor:1 |
unsigned int | least_subs:1 |
unsigned int | match_regs_on_stack:1 |
unsigned int | search_regs_on_stack:1 |
unsigned int | is_anchored:1 |
unsigned int | begbuf_only:1 |
unsigned int | regs_allocated:2 |
unsigned char * | translate |
char * | syntax_parens |
size_t | re_nsub |
void * | buffer |
unsigned long | allocated |
char * | fastmap |
unsigned int | fastmap_accurate:1 |
unsigned int | can_match_empty:1 |
rx_nfa_state * | start |
re_se_params * | se_params |
rx_Bitset | fastset |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|