Home
last modified time | relevance | path

Searched refs:mkdfa (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dproto.h39 extern fa *mkdfa(const char *, bool);
H A Db.c197 return mkdfa(s, anchor); in makedfa()
204 pfa = mkdfa(s, anchor); in makedfa()
224 fa *mkdfa(const char *s, bool anchor) /* does the real work of making a dfa */ in mkdfa() function