Searched refs:moveouts (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcomp.c128 static void moveouts(struct nfa *, struct state *, struct state *);
1118 moveouts(v->nfa, lp, s);
1353 moveouts(v->nfa, lp, s);
1363 moveouts(v->nfa, lp, s);
1374 moveouts(v->nfa, lp, s);
1383 moveouts(v->nfa, lp, s);
1391 moveouts(v->nfa, lp, s);
H A Dregc_nfa.c599 - moveouts - move all out arcs of a state to another state
600 ^ static VOID moveouts(struct nfa *, struct state *, struct state *);
603 moveouts(
1193 moveouts(nfa, to, from);
1357 moveouts(nfa, to, from);
585 moveouts( function
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c131 static VOID moveouts _ANSI_ARGS_((struct nfa *, struct state *, struct state *));
1011 moveouts(v->nfa, lp, s);
1205 moveouts(v->nfa, lp, s);
1215 moveouts(v->nfa, lp, s);
1226 moveouts(v->nfa, lp, s);
1235 moveouts(v->nfa, lp, s);
1243 moveouts(v->nfa, lp, s);
H A Dregc_nfa.c541 - moveouts - move all out arcs of a state to another state
542 ^ static VOID moveouts(struct nfa *, struct state *, struct state *);
545 moveouts(nfa, old, new) function
1068 moveouts(nfa, to, from);
1208 moveouts(nfa, to, from);

Completed in 127 milliseconds