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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c1286 if (a->type == EMPTY && unempty(nfa, a)) {
1300 - unempty - optimize out an EMPTY arc, if possible
1303 ^ static int unempty(struct nfa *, struct arc *);
1306 unempty(
1272 unempty( function
H A Dregcomp.c147 static int unempty(struct nfa *, struct arc *);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c1154 if (a->type == EMPTY && unempty(nfa, a))
1165 - unempty - optimize out an EMPTY arc, if possible
1168 ^ static int unempty(struct nfa *, struct arc *);
1171 unempty(nfa, a) function
H A Dregcomp.c150 static int unempty _ANSI_ARGS_((struct nfa *, struct arc *));

Completed in 179 milliseconds