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

/osnet-11/usr/src/lib/libldap4/common/
H A Dregex.c75 * Change all references to a dfa: this is actually an nfa.
209 * constant 16 bytes in the internal nfa, and re_exec does a single
274 static CHAR nfa[MAXNFA]; /* automaton.. */ variable
292 #define badpat(x) (*nfa = END, x)
299 register CHAR *mp=nfa; /* nfa pointer */
301 register CHAR *sp=nfa; /* another one.. */
518 * execute nfa to find a match.
520 * special cases: (nfa[0])
543 register CHAR *ap = nfa;
[all...]

Completed in 15 milliseconds