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

/openbsd-current/usr.bin/mandoc/
H A Dmanpath.c156 const char *const toks[] = { "manpath", "output" }; local
180 for (tok = 0; tok < sizeof(toks)/sizeof(toks[0]); tok++) {
181 toklen = strlen(toks[tok]);
184 strncmp(cp, toks[tok], toklen) == 0) {
216 const char *const toks[] = { local
225 const size_t ntoks = sizeof(toks) / sizeof(toks[0]);
232 len = strlen(toks[tok]);
233 if (strncmp(cp, toks[to
[all...]
H A Dmain.c1145 const char *toks[11]; local
1147 toks[0] = "stop";
1148 toks[1] = "all";
1149 toks[2] = "base";
1150 toks[3] = "style";
1151 toks[4] = "warning";
1152 toks[5] = "error";
1153 toks[6] = "unsupp";
1154 toks[7] = "fatal";
1155 toks[
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Ddiagnostics.pm434 my @toks = split( /(%l?[dxX]|%[ucp]|%(?:\.\d+)?[fs])/, $header );
435 if (@toks > 1) {
437 for my $i (0..$#toks){
439 if( $toks[$i] eq '%c' ){
440 $toks[$i] = '.';
441 } elsif( $toks[$i] =~ /^%(?:d|u)$/ ){
442 $toks[$i] = '\d+';
443 } elsif( $toks[$i] =~ '^%(?:s|.*f)$' ){
444 $toks[$i] = $i == $#toks
[all...]
/openbsd-current/usr.bin/ftp/
H A Dsmall.c563 int i, toks[9], toknum = 0, match = 1; local
566 toks[i] = 0;
578 toks[toknum = *cp2 - '1']++;
603 toks[toknum] = 0;
626 } else if (toks[toknum = *cp2 - '1']) {
647 } else if (toks[toknum =
699 } else if (toks[toknum = *cp2 - '1']) {
/openbsd-current/gnu/gcc/libcpp/
H A Ddirectives.c1332 cpp_token *toks = XNEWVEC (cpp_token, 2); local
1333 toks[0] = ns_token;
1334 toks[0].flags |= NO_EXPAND;
1335 toks[1] = *token;
1336 toks[1].flags |= NO_EXPAND;
1337 _cpp_push_token_context (pfile, NULL, toks, 2);
1484 cpp_token *toks; local
1545 toks = XNEWVEC (cpp_token, maxcount);
1546 toks[0] = pfile->directive_result;
1553 toks
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dz8kgen.c650 static struct tok_struct toks[] = variable in typeref:struct:tok_struct
770 bits = translate (toks, bits, length);
1241 for (i = 0; toks[i].token; i++)
1242 printf ("#define %s\t0x%x\n", toks[i].token, i * 16);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dz8kgen.c650 static struct tok_struct toks[] = variable in typeref:struct:tok_struct
770 bits = translate (toks, bits, length);
1241 for (i = 0; toks[i].token; i++)
1242 printf ("#define %s\t0x%x\n", toks[i].token, i * 16);
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c75 struct token toks[TOKEN_CHUNK_SIZE]; local
474 memcpy (t, feed->input->cur_chunk->toks + feed->input->cur_pos,
1025 return t->last_chunk->toks + (t->last_pos++);
1032 return t->last_chunk->toks;
1040 struct token *result = t->last_chunk->toks + t->last_pos - 1;
1052 t->last_pos = ARRAY_SIZE (c->toks);
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp793 PP.EnterTokenStream(LP.toks(), /*DisableMacroExpansion=*/true,
/openbsd-current/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1344 const CachedTokens &toks() const { return Toks; } function in class:clang::LateParsedPragma
/openbsd-current/gnu/gcc/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
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex3938 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
3939 % simply yielding the contents of <toks register>. (We also do this for
/openbsd-current/gnu/usr.bin/texinfo/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 289 milliseconds