ReactOS 0.4.16-dev-716-g2b2bdab
|
Public Attributes | |
REOp | op |
RENode * | next |
void * | kid |
union { | |
void * kid2 | |
INT num | |
size_t parenIndex | |
struct { | |
UINT min | |
UINT max | |
JSPackedBool greedy | |
} range | |
struct { | |
size_t startIndex | |
size_t kidlen | |
size_t index | |
WORD bmsize | |
JSPackedBool sense | |
} ucclass | |
struct { | |
WCHAR chr | |
size_t length | |
} flat | |
struct { | |
RENode * kid2 | |
WCHAR ch1 | |
WCHAR ch2 | |
} altprereq | |
} | u |
union { | |
void * kid2 | |
INT num | |
size_t parenIndex | |
struct { | |
UINT min | |
UINT max | |
JSPackedBool greedy | |
} range | |
struct { | |
size_t startIndex | |
size_t kidlen | |
size_t index | |
WORD bmsize | |
JSPackedBool sense | |
} ucclass | |
struct { | |
WCHAR chr | |
size_t length | |
} flat | |
struct { | |
RENode * kid2 | |
WCHAR ch1 | |
WCHAR ch2 | |
} altprereq | |
} | u |
struct { ... } RENode::altprereq |
struct { ... } RENode::altprereq |
struct { ... } RENode::flat |
struct { ... } RENode::flat |
JSPackedBool RENode::greedy |
void * RENode::kid |
Definition at line 263 of file regexp.c.
Referenced by NewRENode(), and ParseRegExp().
void* RENode::kid2 |
Definition at line 265 of file regexp.c.
Referenced by ProcessOp().
RENode * RENode::next |
Definition at line 262 of file regexp.c.
Referenced by NewRENode(), and ProcessOp().
REOp RENode::op |
Definition at line 261 of file regexp.c.
Referenced by EmitREBytecode(), and NewRENode().
size_t RENode::parenIndex |
Definition at line 267 of file regexp.c.
Referenced by ParseRegExp().
struct { ... } RENode::range |
struct { ... } RENode::range |
JSPackedBool RENode::sense |
union { ... } RENode::u |
Referenced by ParseRegExp(), and ProcessOp().
union { ... } RENode::u |
struct { ... } RENode::ucclass |
struct { ... } RENode::ucclass |