Home | History | Annotate | Download | only in Support

Lines Matching full:states

81 	states st;		/* current states */
82 states fresh; /* states for a fresh start */
83 states tmp; /* temporary */
84 states empty; /* empty set of states */
95 static states step(struct re_guts *, sopno, sopno, states, int, states);
107 static void print(struct match *, char *, states, int, FILE *);
686 states st = m->st;
687 states fresh = m->fresh;
688 states tmp = m->tmp;
771 states st = m->st;
772 states empty = m->empty;
773 states tmp = m->tmp;
846 - step - map set of states reachable before char to set reachable after
848 static states
852 states bef, /* states reachable before */
854 states aft) /* states already known reachable after */
963 - print - print a set of states
966 print(struct match *m, char *caption, states st, int ch, FILE *d)