ReactOS 0.4.16-dev-338-g34e76ad
|
#include <regexp.h>
Public Attributes | |
WORD | flags |
size_t | parenCount |
size_t | classCount |
struct RECharSet * | classList |
const WCHAR * | source |
DWORD | source_len |
jsbytecode | program [1] |
size_t regexp_t::classCount |
Definition at line 59 of file regexp.h.
Referenced by InitMatch(), regexp_destroy(), and regexp_new().
Definition at line 60 of file regexp.h.
Referenced by EmitREBytecode(), ExecuteREBytecode(), InitMatch(), regexp_destroy(), regexp_new(), and SimpleMatch().
WORD regexp_t::flags |
Definition at line 57 of file regexp.h.
Referenced by BackrefMatcher(), create_regexp_var(), ExecuteREBytecode(), MatchRegExp(), ProcessCharSet(), regexp_match_next(), regexp_new(), regexp_set_flags(), regexp_string_match(), RegExp_toString(), run_exec(), and SimpleMatch().
size_t regexp_t::parenCount |
Definition at line 58 of file regexp.h.
Referenced by alloc_match_state(), MatchRegExp(), regexp_execute(), and regexp_new().
jsbytecode regexp_t::program |
Definition at line 63 of file regexp.h.
Referenced by EmitREBytecode(), ExecuteREBytecode(), regexp_new(), and SimpleMatch().
Definition at line 61 of file regexp.h.
Referenced by ProcessCharSet(), regexp_new(), and SimpleMatch().
DWORD regexp_t::source_len |
Definition at line 62 of file regexp.h.
Referenced by ProcessCharSet(), and regexp_new().