|
|
enum TokenSyms | type |
| |
|
int | escaped |
| |
|
int | base |
| |
|
UChar * | backp |
| |
|
union { |
|
UChar * s |
| |
|
int c |
| |
|
OnigCodePoint code |
| |
|
struct { |
|
int subtype |
| |
|
int ascii_range |
| |
| } anchor |
| |
|
struct { |
|
int lower |
| |
|
int upper |
| |
|
int greedy |
| |
|
int possessive |
| |
| } repeat |
| |
|
struct { |
|
int num |
| |
|
int ref1 |
| |
|
int * refs |
| |
|
int by_name |
| |
|
int exist_level |
| |
|
int level |
| |
| } backref |
| |
|
struct { |
|
UChar * name |
| |
|
UChar * name_end |
| |
|
int gnum |
| |
|
int rel |
| |
| } call |
| |
|
struct { |
|
int ctype |
| |
|
int not |
| |
| } prop |
| |
| } | u |
| |
Definition at line 2278 of file regparse.c.
The documentation for this struct was generated from the following file: