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

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregc_nfa.c92 - too_many_states - checks if the max states exceeds the compile-time value
93 ^ static int too_many_states(struct nfa *);
96 too_many_states(nfa) function
178 if (too_many_states(nfa)) {

Completed in 117 milliseconds