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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcomp.c126 static void moveins(struct nfa *, struct state *, struct state *);
742 moveins(v->nfa, right, lp);
1119 moveins(v->nfa, rp, s2);
1354 moveins(v->nfa, rp, s);
1375 moveins(v->nfa, rp, s2);
H A Dregc_nfa.c552 - moveins - move all in arcs of a state to another state
557 ^ static VOID moveins(struct nfa *, struct state *, struct state *);
560 moveins(
1032 moveins(nfa, from, to);
1346 moveins(nfa, from, to);
544 moveins( function
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c129 static VOID moveins _ANSI_ARGS_((struct nfa *, struct state *, struct state *));
685 moveins(v->nfa, right, lp);
1012 moveins(v->nfa, rp, s2);
1206 moveins(v->nfa, rp, s);
1227 moveins(v->nfa, rp, s2);
H A Dregc_nfa.c497 - moveins - move all in arcs of a state to another state
502 ^ static VOID moveins(struct nfa *, struct state *, struct state *);
505 moveins(nfa, old, new) function
928 moveins(nfa, from, to);
1201 moveins(nfa, from, to);

Completed in 177 milliseconds