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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c579 - copyins - copy all in arcs of a state to another state
580 ^ static VOID copyins(struct nfa *, struct state *, struct state *);
583 copyins(
990 copyins(nfa, from, s); /* duplicate inarcs */
1349 copyins(nfa, from, to);
566 copyins( function
H A Dregcomp.c127 static void copyins(struct nfa *, struct state *, struct state *);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c523 - copyins - copy all in arcs of a state to another state
524 ^ static VOID copyins(struct nfa *, struct state *, struct state *);
527 copyins(nfa, old, new) function
894 copyins(nfa, from, s); /* duplicate inarcs */
1204 copyins(nfa, from, to);
H A Dregcomp.c130 static VOID copyins _ANSI_ARGS_((struct nfa *, struct state *, struct state *));

Completed in 457 milliseconds