Home
last modified time | relevance | path

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

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