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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c252 - dropstate - delete a state's inarcs and outarcs and free it
253 ^ static VOID dropstate(struct nfa *, struct state *);
256 dropstate(
1033 dropstate(nfa, from); /* will free the constraint */
1194 dropstate(nfa, to); /* will free the constraint */
1390 dropstate(nfa, s);
248 dropstate( function
H A Dregcomp.c118 static void dropstate(struct nfa *, struct state *);
1456 dropstate(v->nfa, left);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c237 - dropstate - delete a state's inarcs and outarcs and free it
238 ^ static VOID dropstate(struct nfa *, struct state *);
241 dropstate(nfa, s) function
929 dropstate(nfa, from); /* will free the constraint */
1069 dropstate(nfa, to); /* will free the constraint */
1236 dropstate(nfa, s);
H A Dregcomp.c121 static VOID dropstate _ANSI_ARGS_((struct nfa *, struct state *));
1308 dropstate(v->nfa, left);
1348 dropstate(v->nfa, s); /* frees arc too */

Completed in 177 milliseconds