#include <regguts.h>
Data Fields | |
struct state * | pre |
struct state * | init |
struct state * | final |
struct state * | post |
int | nstates |
struct state * | states |
struct state * | slast |
struct state * | free |
struct colormap * | cm |
color | bos [2] |
color | eos [2] |
size_t | size |
struct vars * | v |
struct nfa * | parent |
Definition at line 320 of file regguts.h.
Definition at line 331 of file regguts.h.
Referenced by compact(), dumpnfa(), makesearch(), newnfa(), pullback(), and specialcolors().
struct state* nfa::final |
Definition at line 324 of file regguts.h.
Referenced by newnfa(), nfanode(), and pg_regcomp().
Definition at line 329 of file regguts.h.
Referenced by freenfa(), freestate(), newnfa(), and newstate().
Definition at line 323 of file regguts.h.
Referenced by newnfa(), nfanode(), and pg_regcomp().
int nfa::nstates |
struct nfa* nfa::parent |
Definition at line 337 of file regguts.h.
Referenced by DecrementSize(), dumpnfa(), freearc(), IncrementSize(), newarc(), newnfa(), specialcolors(), and TooManyStates().
Definition at line 322 of file regguts.h.
Referenced by analyze(), cleanup(), compact(), dumpnfa(), freenfa(), makesearch(), newnfa(), and pullback().
size_t nfa::size |
Definition at line 333 of file regguts.h.
Referenced by DecrementSize(), IncrementSize(), newnfa(), and TooManyStates().
struct state* nfa::slast |
Definition at line 328 of file regguts.h.
Referenced by freenfa(), freestate(), newnfa(), and newstate().
struct state* nfa::states |
Definition at line 327 of file regguts.h.
Referenced by cleanup(), compact(), dumpnfa(), fixempties(), freenfa(), freestate(), newnfa(), newstate(), pullback(), and pushfwd().