ReactOS 0.4.16-dev-975-g3b8cfa4
|
#include <regex.h>
Public Attributes | |
unsigned char * | buffer |
unsigned long int | allocated |
unsigned long int | used |
reg_syntax_t | syntax |
char * | fastmap |
RE_TRANSLATE_TYPE | translate |
size_t | re_nsub |
unsigned | can_be_null: 1 |
unsigned | regs_allocated: 2 |
unsigned | fastmap_accurate: 1 |
unsigned | no_sub: 1 |
unsigned | not_bol: 1 |
unsigned | not_eol: 1 |
unsigned | newline_anchor: 1 |
reg_syntax_t re_pattern_buffer::syntax |
RE_TRANSLATE_TYPE re_pattern_buffer::translate |