Searched defs:toks (Results 1 – 7 of 7) sorted by relevance
154 const char *const toks[] = { "manpath", "output" }; in manconf_file() local214 const char *const toks[] = { in manconf_output() local
1204 const char *toks[11]; in woptions() local
238 str2tok(const char *str, const struct tok *toks)
257 static char const toks[] = " \t\r\n,="; in read_userconfig() local
1786 int i, toks[9], toknum = 0, match = 1; in domap() local
2034 int i, toks[9], toknum = 0, match = 1; in domap() local
1400 const CachedTokens &toks() const { return Toks; } in toks() function