Searched refs:toks (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dmanpath.c168 const char *const toks[] = { "manpath", "output", "_whatdb" }; local
192 for (tok = 0; tok < sizeof(toks)/sizeof(toks[0]); tok++) {
193 toklen = strlen(toks[tok]);
196 strncmp(cp, toks[tok], toklen) == 0) {
234 const char *const toks[] = { local
243 for (tok = 0; tok < sizeof(toks)/sizeof(toks[0]); tok++) {
244 len = strlen(toks[tok]);
245 if ( ! strncmp(cp, toks[to
[all...]
H A Dmain.c1028 const char *toks[11]; local
1030 toks[0] = "stop";
1031 toks[1] = "all";
1032 toks[2] = "base";
1033 toks[3] = "style";
1034 toks[4] = "warning";
1035 toks[5] = "error";
1036 toks[6] = "unsupp";
1037 toks[7] = "fatal";
1038 toks[
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c1354 cpp_token *toks = XNEWVEC (cpp_token, 2); local
1355 toks[0] = ns_token;
1356 toks[0].flags |= NO_EXPAND;
1357 toks[1] = *token;
1358 toks[1].flags |= NO_EXPAND;
1359 _cpp_push_token_context (pfile, NULL, toks, 2);
1506 cpp_token *toks; local
1567 toks = XNEWVEC (cpp_token, maxcount);
1568 toks[0] = pfile->directive_result;
1575 toks
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1786 int i, toks[9], toknum = 0, match = 1; local
1789 toks[i] = 0;
1801 toks[toknum = *cp2 - '1']++;
1826 toks[toknum] = 0;
1850 else if (toks[toknum = *cp2 - '1']) {
1874 else if (toks[toknum =
1926 else if (toks[toknum = *cp2 - '1']) {
/freebsd-11-stable/contrib/libpcap/
H A Dgrammar.y208 str2tok(const char *str, const struct tok *toks)
212 for (i = 0; toks[i].s != NULL; i++) {
213 if (pcap_strcasecmp(toks[i].s, str) == 0)
214 return (toks[i].v);
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c2034 int i, toks[9], toknum = 0, match = 1; local
2037 toks[i] = 0;
2049 toks[toknum = *cp2 - '1']++;
2074 toks[toknum] = 0;
2099 else if (toks[toknum = *cp1 - '1']) {
2123 else if (toks[toknum =
2179 else if (toks[toknum = *cp1 - '1']) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp684 PP.EnterTokenStream(LP.toks(), /*DisableMacroExpansion=*/true,
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex5488 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
5489 % simply yielding the contents of <toks register>. (We also do this for
7446 % In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the
7489 {\noexpand\noexpand\noexpand\the\toks\the\paramno}%
7586 % value into a new token list register \toks#N
7643 \def\texinonouternewtoks{\alloc@ 5\toks \toksdef \@cclvi}
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1224 const CachedTokens &toks() const { return Toks; } function in class:clang::LateParsedPragma
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4201 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
4202 % simply yielding the contents of <toks register>. (We also do this for
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex4099 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
4100 % simply yielding the contents of <toks register>. (We also do this for

Completed in 248 milliseconds