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

/freebsd-10.1-release/contrib/byacc/
H A Dgraph.c97 tokensetsize = (unsigned)WORDSIZE(ntokens);
104 for (i = ntokens - 1; i >= 0; i--)
H A Dclosure.c71 first_derives = NEW2(nvars * rulesetsize, unsigned) - ntokens * rulesetsize;
75 rrow = first_derives + ntokens * rulesetsize;
78 vrow = EFF + ((i - ntokens) * varsetsize);
179 FREE(first_derives + ntokens * WORDSIZE(nrules));
H A Doutput.c350 actionrow = NEW2(PER_STATE * ntokens, Value_t);
355 for (j = 0; j < PER_STATE * ntokens; ++j)
378 actionrow[csym + 2 * ntokens] = (Value_t) (j + 1);
403 actionrow[p->symbol + ntokens] = p->number;
434 actionrow[csym + 2 * ntokens] = (Value_t) (j + 1);
466 for (j = 0; j < ntokens; ++j)
486 for (j = 0; j < ntokens; ++j)
488 if (actionrow[ntokens + j])
495 *s++ = (Value_t) (actionrow[ntokens + j] - 2);
507 for (j = 0; j < ntokens;
[all...]
H A Dlalr.c55 tokensetsize = WORDSIZE(ntokens);
186 goto_map = NEW2(nvars + 1, Value_t) - ntokens;
187 temp_map = NEW2(nvars + 1, Value_t) - ntokens;
208 for (i = ntokens; i < nsyms; i++)
214 for (i = ntokens; i < nsyms; i++)
240 FREE(temp_map + ntokens);
H A Dverbose.c39 fprintf(verbose_file, "\n\n%d terminals, %d nonterminals\n", ntokens,
50 for (i = 0; i < ntokens; ++i)
57 for (i = ntokens; i < nsyms; ++i)
H A Dmkpar.c114 tokensetsize = WORDSIZE(ntokens);
121 for (j = ntokens - 1; j >= 0; j--)
H A Dmain.c83 Value_t ntokens; variable
/freebsd-10.1-release/contrib/groff/src/preproc/refer/
H A Dtoken.cpp35 int ntokens = 0; variable
160 if (++ntokens == TOKEN_TABLE_SIZE)
/freebsd-10.1-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-10.1-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-10.1-release/contrib/ntp/ntpd/
H A Dntp_config.c4821 int *ntokens
4914 *ntokens = ntok + 1;

Completed in 169 milliseconds