| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| token.cpp | 37 int ntokens = 0; variable 162 if (++ntokens == TOKEN_TABLE_SIZE)
|
| /src/sys/dev/microcode/siop/ |
| ncr53cxxx.c | 50 int ntokens; variable 430 if (ntokens) { 434 fprintf (listfp, " %d tokens\n", ntokens); 435 for (i = 0; i < ntokens; ++i) { 443 if (ntokens >= 2 && tokens[0].type == 0 && 448 if (tokenix < ntokens) 561 ntokens = tokenix = 0; 567 if (ntokens >= MAXTOKENS) { 581 tokens[ntokens].name = malloc (strlen (string) + 1); 582 strcpy (tokens[ntokens].name, string) [all...] |
| /src/external/bsd/byacc/dist/ |
| main.c | 94 Value_t ntokens; variable
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| dfa.c | 1266 copytoks (int tindex, int ntokens) 1270 for (i = 0; i < ntokens; ++i) 1277 int tindex, ntokens, i; local 1283 ntokens = nsubtoks(dfa->tindex); 1284 tindex = dfa->tindex - ntokens; 1291 copytoks(tindex, ntokens); 1296 copytoks(tindex, ntokens);
|
| /src/external/gpl2/grep/dist/src/ |
| dfa.c | 1287 copytoks (int tindex, int ntokens) 1291 for (i = 0; i < ntokens; ++i) 1298 int tindex, ntokens, i; local 1304 ntokens = nsubtoks(dfa->tindex); 1305 tindex = dfa->tindex - ntokens; 1312 copytoks(tindex, ntokens); 1317 copytoks(tindex, ntokens);
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| macro.cc | 1256 unsigned int ntokens = 0; local 1272 if ((unsigned char *) &arg->first[ntokens + 2] > buff->limit) 1280 && (ntokens + 2 > virt_locs_capacity)) 1293 if (ntokens == 0) 1360 ntokens, MACRO_ARG_TOKEN_NORMAL, 1362 ntokens++; 1366 while (ntokens > 0 && arg->first[ntokens - 1]->type == CPP_PADDING) 1367 ntokens--; 1369 arg->count = ntokens; [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| macro.cc | 1247 unsigned int ntokens = 0; local 1263 if ((unsigned char *) &arg->first[ntokens + 2] > buff->limit) 1271 && (ntokens + 2 > virt_locs_capacity)) 1284 if (ntokens == 0) 1351 ntokens, MACRO_ARG_TOKEN_NORMAL, 1353 ntokens++; 1357 while (ntokens > 0 && arg->first[ntokens - 1]->type == CPP_PADDING) 1358 ntokens--; 1360 arg->count = ntokens; [all...] |