Home | History | Annotate | Download | only in src

Lines Matching refs:ntokens

56   return state_number_as_int (nstates) + sym - ntokens;
191 for (j = 0; j < ntokens; j += 1)
250 for (i = 0; i < ntokens; i++)
333 for (j = 0; j < ntokens; j++)
353 for (j = 0; j < ntokens; j++)
366 for (i = 0; i < ntokens; i++)
393 for (i = 0; i < ntokens; i++)
407 for (i = 0; i < ntokens; i++)
440 actrow = xnmalloc (ntokens, sizeof *actrow);
441 conflrow = xnmalloc (ntokens, sizeof *conflrow);
463 for (j = 0; j < ntokens; ++j)
495 goto_number begin = goto_map[sym - ntokens];
496 goto_number end = goto_map[sym - ntokens + 1];
533 goto_number m = goto_map[sym - ntokens];
534 goto_number n = goto_map[sym - ntokens + 1];
576 for (i = ntokens; i < nsyms; ++i)
580 yydefgoto[i - ntokens] = default_state;