Graphviz 13.0.0~dev.20241222.1117
|
Data Fields | |
char * | beg [MAXGROUP] |
char * | end [MAXGROUP] |
char * | next_s |
int | groups |
Definition at line 59 of file strmatch.c.
char* Group_t::beg[MAXGROUP] |
Definition at line 60 of file strmatch.c.
Referenced by gobble(), and onematch().
char* Group_t::end[MAXGROUP] |
Definition at line 61 of file strmatch.c.
Referenced by gobble(), and onematch().
int Group_t::groups |
Definition at line 63 of file strmatch.c.
Referenced by onematch().
char* Group_t::next_s |
Definition at line 62 of file strmatch.c.
Referenced by onematch().