OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mkdfa
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
proto.h
47
extern fa *
mkdfa
(const char *, int);
b.c
94
return
mkdfa
(s, anchor);
101
pfa =
mkdfa
(s, anchor);
121
fa *
mkdfa
(const char *s, int anchor) /* does the real work of making a dfa */
function
Completed in 147 milliseconds