#include <regguts.h>
Data Fields | |
int | type |
color | co |
struct state * | from |
struct state * | to |
struct arc * | outchain |
struct arc * | inchain |
struct arc * | colorchain |
struct arc * | colorchainRev |
Definition at line 283 of file regguts.h.
Definition at line 286 of file regguts.h.
Referenced by cloneouts(), colorchain(), combine(), compact(), cparc(), findarc(), makesearch(), newarc(), okcolors(), pullback(), pushfwd(), and uncolorchain().
struct arc* arc::colorchain |
Definition at line 292 of file regguts.h.
Referenced by colorchain(), okcolors(), and uncolorchain().
struct arc* arc::colorchainRev |
Definition at line 293 of file regguts.h.
Referenced by colorchain(), and uncolorchain().
Definition at line 287 of file regguts.h.
Referenced by copyins(), fixempties(), freearc(), makesearch(), markcanreach(), moveins(), newarc(), okcolors(), pull(), pullback(), push(), and pushfwd().
struct arc* arc::inchain |
Definition at line 291 of file regguts.h.
Referenced by copyins(), fixempties(), freearc(), makesearch(), markcanreach(), newarc(), nonemptyins(), pull(), push(), and pushfwd().
struct arc* arc::outchain |
Definition at line 289 of file regguts.h.
Referenced by analyze(), cleartraverse(), cloneouts(), compact(), copyouts(), duptraverse(), emptyreachable(), findarc(), fixempties(), freearc(), hasnonemptyout(), makesearch(), markreachable(), newarc(), nonemptyouts(), pull(), pullback(), and push().
Definition at line 288 of file regguts.h.
Referenced by analyze(), cleartraverse(), compact(), copyouts(), deltraverse(), duptraverse(), emptyreachable(), fixempties(), freearc(), makesearch(), markreachable(), moveouts(), newarc(), okcolors(), pull(), pullback(), push(), and pushfwd().
int arc::type |
Definition at line 285 of file regguts.h.
Referenced by allocarc(), combine(), compact(), copyins(), copyouts(), cparc(), emptyreachable(), findarc(), fixempties(), freearc(), hasnonemptyout(), makesearch(), newarc(), nonemptyins(), nonemptyouts(), okcolors(), pull(), pullback(), push(), and pushfwd().