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

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregc_nfa.c620 - copyouts - copy all out arcs of a state to another state
621 ^ static VOID copyouts(struct nfa *, struct state *, struct state *);
624 copyouts(
1151 copyouts(nfa, to, s); /* duplicate outarcs */
1360 copyouts(nfa, to, from);
605 copyouts( function
H A Dregcomp.c129 static void copyouts(struct nfa *, struct state *, struct state *);
615 copyouts(nfa, s, s2);
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregc_nfa.c561 - copyouts - copy all out arcs of a state to another state
562 ^ static VOID copyouts(struct nfa *, struct state *, struct state *);
565 copyouts(nfa, old, new) function
1034 copyouts(nfa, to, s); /* duplicate outarcs */
1211 copyouts(nfa, to, from);
H A Dregcomp.c132 static VOID copyouts _ANSI_ARGS_((struct nfa *, struct state *, struct state *));
568 copyouts(nfa, s, s2);

Completed in 186 milliseconds