Home
last modified time | relevance | path

Searched defs:toks (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/mandoc/
H A Dmanpath.c166 const char *const toks[] = { "manpath", "output" }; manconf_file() local
225 const char *const toks[] = { manconf_output() local
[all...]
H A Dmain.c1191 const char *toks[11]; woptions() local
[all...]
/freebsd-src/contrib/libpcap/
H A Dgrammar.y.in230 str2tok(const char * str,const struct tok * toks) global() argument
/freebsd-src/usr.sbin/pw/
H A Dpw_conf.c257 static char const toks[] = " \t\r\n,="; in read_userconfig() local
/freebsd-src/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1786 int i, toks[9], toknum = 0, match = 1; in domap() local
/freebsd-src/contrib/tnftp/src/
H A Dcmds.c2034 int i, toks[9], toknum = 0, match = 1; in domap() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1364 const CachedTokens &toks() const { return Toks; } toks() function