Searched refs:ntokens (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.bin/yacc/
H A Dclosure.c114 first_derives = NEW2(nvars * rulesetsize, unsigned) - ntokens * rulesetsize;
118 rrow = first_derives + ntokens * rulesetsize;
121 vrow = EFF + ((i - ntokens) * varsetsize);
225 free(first_derives + ntokens * WORDSIZE(nrules));
H A Dlalr.c97 tokensetsize = WORDSIZE(ntokens);
240 goto_map = NEW2(nvars + 1, short) - ntokens;
241 temp_map = NEW2(nvars + 1, short) - ntokens;
261 for (i = ntokens; i < nsyms; i++)
267 for (i = ntokens; i < nsyms; i++)
292 free(temp_map + ntokens);
H A Doutput.c275 free(goto_map + ntokens);
296 actionrow = NEW2(2*ntokens, short);
301 for (j = 0; j < 2*ntokens; ++j)
318 actionrow[p->symbol + ntokens] = p->number;
333 for (j = 0; j < ntokens; ++j)
353 for (j = 0; j < ntokens; ++j)
355 if (actionrow[ntokens+j])
362 *s++ = actionrow[ntokens+j] - 2;
876 for (i = 2; i < ntokens; ++i)
965 for (i = 2; i < ntokens;
[all...]
H A Dmkpar.c140 tokensetsize = WORDSIZE(ntokens);
147 for (j = ntokens - 1; j >= 0; j--)
H A Dmain.c87 int ntokens; variable
H A Dverbose.c77 fprintf(verbose_file, "\n\n%d terminals, %d nonterminals\n", ntokens,
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dtoken.cpp35 int ntokens = 0; variable
160 if (++ntokens == TOKEN_TABLE_SIZE)
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dmacro.c604 unsigned int ntokens = 0; local
612 if ((unsigned char *) &arg->first[ntokens + 2] > buff->limit)
624 if (ntokens == 0)
646 arg->first[ntokens++] = token;
650 while (ntokens > 0 && arg->first[ntokens - 1]->type == CPP_PADDING)
651 ntokens--;
653 arg->count = ntokens;
654 arg->first[ntokens] = &pfile->eof;
660 buff->cur = (unsigned char *) &arg->first[ntokens
[all...]
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Ddfa.c1287 copytoks (int tindex, int ntokens) argument
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);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c4821 int *ntokens
4914 *ntokens = ntok + 1;

Completed in 259 milliseconds