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

/freebsd-9.3-release/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-9.3-release/contrib/libpcap/
H A Dgrammar.y148 str2tok(const char *str, const struct tok *toks)
152 for (i = 0; toks[i].s != NULL; i++) {
153 if (pcap_strcasecmp(toks[i].s, str) == 0)
154 return (toks[i].v);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1781 int i, toks[9], toknum = 0, match = 1; local
1784 toks[i] = 0;
1796 toks[toknum = *cp2 - '1']++;
1821 toks[toknum] = 0;
1845 else if (toks[toknum = *cp2 - '1']) {
1869 else if (toks[toknum =
1921 else if (toks[toknum = *cp2 - '1']) {
/freebsd-9.3-release/contrib/tnftp/src/
H A Dcmds.c2035 int i, toks[9], toknum = 0, match = 1; local
2038 toks[i] = 0;
2050 toks[toknum = *cp2 - '1']++;
2075 toks[toknum] = 0;
2100 else if (toks[toknum = *cp1 - '1']) {
2124 else if (toks[toknum =
2180 else if (toks[toknum = *cp1 - '1']) {
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex4027 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
4028 % simply yielding the contents of <toks register>. (We also do this for
/freebsd-9.3-release/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-9.3-release/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 265 milliseconds