#include <regguts.h>
Data Fields | |
| int | nstates |
| int | ncolors |
| int | flags |
| int | pre |
| int | post |
| color | bos [2] |
| color | eos [2] |
| char * | stflags |
| struct carc ** | states |
| struct carc * | arcs |
Definition at line 362 of file regguts.h.
| struct carc* cnfa::arcs |
Definition at line 376 of file regguts.h.
Referenced by compact(), and freecnfa().
Definition at line 370 of file regguts.h.
Referenced by compact(), findprefix(), longest(), pg_reg_colorisbegin(), and shortest().
Definition at line 371 of file regguts.h.
Referenced by compact(), findprefix(), longest(), pg_reg_colorisend(), and shortest().
| int cnfa::flags |
| int cnfa::ncolors |
Definition at line 365 of file regguts.h.
Referenced by compact(), findprefix(), lacon(), miss(), newdfa(), pg_reg_getnumoutarcs(), and pg_reg_getoutarcs().
| int cnfa::nstates |
Definition at line 364 of file regguts.h.
Referenced by caltdissect(), ccondissect(), citerdissect(), compact(), crevcondissect(), creviterdissect(), freecnfa(), newdfa(), pg_reg_getnumoutarcs(), pg_reg_getnumstates(), pg_reg_getoutarcs(), and pg_regprefix().
| int cnfa::post |
Definition at line 369 of file regguts.h.
Referenced by compact(), findprefix(), initialize(), miss(), and pg_reg_getfinalstate().
| int cnfa::pre |
Definition at line 368 of file regguts.h.
Referenced by compact(), findprefix(), initialize(), and pg_reg_getinitialstate().
| struct carc** cnfa::states |
Definition at line 374 of file regguts.h.
Referenced by compact(), findprefix(), freecnfa(), miss(), pg_reg_getnumoutarcs(), and pg_reg_getoutarcs().
| char* cnfa::stflags |
Definition at line 372 of file regguts.h.
Referenced by compact(), freecnfa(), and miss().
1.7.1