Home
last modified time | relevance | path

Searched refs:NFA (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dbackref.in13 # here is a case that no NFA implementation does right
H A Dcomplex.in9 # and in case somebody just slips in an NFA...
/freebsd/contrib/one-true-awk/
H A Db.c79 #define NFA 128 /* cache this many dynamic fa's */ macro
80 fa *fatab[NFA];
205 if (nfatab < NFA) { /* room for another */ in makedfa()
/freebsd/lib/libc/regex/grot/
H A Dtests158 # here is a case that no NFA implementation does right
336 # and in case somebody just slips in an NFA...