Home
last modified time | relevance | path

Searched refs:ntokens (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/dev/microcode/siop/
H A Dncr53cxxx.c50 int ntokens; variable
430 if (ntokens) { in main()
434 fprintf (listfp, " %d tokens\n", ntokens); in main()
435 for (i = 0; i < ntokens; ++i) { in main()
443 if (ntokens >= 2 && tokens[0].type == 0 && in main()
448 if (tokenix < ntokens) in main()
561 ntokens = tokenix = 0; in parse()
567 if (ntokens >= MAXTOKENS) { in parse()
581 tokens[ntokens].name = malloc (strlen (string) + 1); in parse()
582 strcpy (tokens[ntokens].name, string); in parse()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dcalc.c41 static LLVMValueRef build_from_tokens(char **tokens, int ntokens, in build_from_tokens() argument
48 for (i = 0; i < ntokens; i++) { in build_from_tokens()
112 static void handle_line(char **tokens, int ntokens) { in handle_line() argument
130 res = build_from_tokens(tokens + 1, ntokens - 1, builder, param); in handle_line()
H A Ddisassemble.c65 static void handle_line(char **tokens, int ntokens) { in handle_line() argument
76 for (i = 2; i < ntokens; i++) { in handle_line()
H A Dllvm-c-test.h24 void llvm_tokenize_stdin(void (*cb)(char **tokens, int ntokens));
H A Dhelpers.c20 void llvm_tokenize_stdin(void (*cb)(char **tokens, int ntokens)) { in llvm_tokenize_stdin() argument
/netbsd-src/external/bsd/byacc/dist/
H A Dgraph.c100 tokensetsize = (unsigned)WORDSIZE(ntokens); in graph_LA()
108 for (i = ntokens - 1; i >= 0; i--) in graph_LA()
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dtoken.cpp37 int ntokens = 0; variable
162 if (++ntokens == TOKEN_TABLE_SIZE) in store_token()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c1189 unsigned int ntokens = 0; in collect_args() local
1205 if ((unsigned char *) &arg->first[ntokens + 2] > buff->limit) in collect_args()
1213 && (ntokens + 2 > virt_locs_capacity)) in collect_args()
1226 if (ntokens == 0) in collect_args()
1293 ntokens, MACRO_ARG_TOKEN_NORMAL, in collect_args()
1295 ntokens++; in collect_args()
1299 while (ntokens > 0 && arg->first[ntokens - 1]->type == CPP_PADDING) in collect_args()
1300 ntokens--; in collect_args()
1302 arg->count = ntokens; in collect_args()
1304 ntokens, MACRO_ARG_TOKEN_NORMAL, in collect_args()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc1247 unsigned int ntokens = 0; in collect_args() local
1263 if ((unsigned char *) &arg->first[ntokens + 2] > buff->limit) in collect_args()
1271 && (ntokens + 2 > virt_locs_capacity)) in collect_args()
1284 if (ntokens == 0) in collect_args()
1351 ntokens, MACRO_ARG_TOKEN_NORMAL, in collect_args()
1353 ntokens++; in collect_args()
1357 while (ntokens > 0 && arg->first[ntokens - 1]->type == CPP_PADDING) in collect_args()
1358 ntokens--; in collect_args()
1360 arg->count = ntokens; in collect_args()
1363 ntokens, MACRO_ARG_TOKEN_NORMAL, in collect_args()
[all …]
/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.c1287 copytoks (int tindex, int ntokens) in copytoks() argument
1291 for (i = 0; i < ntokens; ++i) in copytoks()
1298 int tindex, ntokens, i; in closure() local
1304 ntokens = nsubtoks(dfa->tindex); in closure()
1305 tindex = dfa->tindex - ntokens; in closure()
1312 copytoks(tindex, ntokens); in closure()
1317 copytoks(tindex, ntokens); in closure()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c1266 copytoks (int tindex, int ntokens) in copytoks() argument
1270 for (i = 0; i < ntokens; ++i) in copytoks()
1277 int tindex, ntokens, i; in closure() local
1283 ntokens = nsubtoks(dfa->tindex); in closure()
1284 tindex = dfa->tindex - ntokens; in closure()
1291 copytoks(tindex, ntokens); in closure()
1296 copytoks(tindex, ntokens); in closure()