Data Fields | |
int | nssets |
int | nssused |
int | nstates |
int | ncolors |
int | wordsper |
struct sset * | ssets |
unsigned * | statesarea |
unsigned * | work |
struct sset ** | outsarea |
struct arcp * | incarea |
struct cnfa * | cnfa |
struct colormap * | cm |
chr * | lastpost |
chr * | lastnopr |
struct sset * | search |
int | cptsmalloced |
char * | mallocarea |
Definition at line 63 of file regexec.c.
Definition at line 76 of file regexec.c.
Referenced by longest(), newdfa(), and shortest().
Definition at line 75 of file regexec.c.
Referenced by initialize(), longest(), miss(), newdfa(), and shortest().
struct arcp* dfa::incarea |
Definition at line 78 of file regexec.c.
Referenced by getvacant(), initialize(), lastcold(), and newdfa().
Definition at line 77 of file regexec.c.
Referenced by getvacant(), initialize(), longest(), and newdfa().
char* dfa::mallocarea |
int dfa::ncolors |
Definition at line 68 of file regexec.c.
Referenced by getvacant(), newdfa(), and pickss().
int dfa::nssets |
int dfa::nssused |
Definition at line 66 of file regexec.c.
Referenced by initialize(), lastcold(), longest(), miss(), newdfa(), and pickss().
int dfa::nstates |
struct sset** dfa::outsarea |
struct sset* dfa::search |
struct sset* dfa::ssets |
Definition at line 70 of file regexec.c.
Referenced by freedfa(), getvacant(), initialize(), lastcold(), longest(), miss(), newdfa(), pickss(), and shortest().
unsigned* dfa::statesarea |
int dfa::wordsper |