Lines Matching refs:ntokens
56 return state_number_as_int (nstates) + sym - ntokens; in symbol_number_to_vector_number()
191 for (j = 0; j < ntokens; j += 1) in conflict_row()
250 for (i = 0; i < ntokens; i++) in action_row()
333 for (j = 0; j < ntokens; j++) in action_row()
353 for (j = 0; j < ntokens; j++) in action_row()
366 for (i = 0; i < ntokens; i++) in action_row()
393 for (i = 0; i < ntokens; i++) in save_row()
407 for (i = 0; i < ntokens; i++) in save_row()
440 actrow = xnmalloc (ntokens, sizeof *actrow); in token_actions()
441 conflrow = xnmalloc (ntokens, sizeof *conflrow); in token_actions()
463 for (j = 0; j < ntokens; ++j) in token_actions()
495 goto_number begin = goto_map[sym - ntokens]; in save_column()
496 goto_number end = goto_map[sym - ntokens + 1]; in save_column()
533 goto_number m = goto_map[sym - ntokens]; in default_goto()
534 goto_number n = goto_map[sym - ntokens + 1]; in default_goto()
576 for (i = ntokens; i < nsyms; ++i) in goto_actions()
580 yydefgoto[i - ntokens] = default_state; in goto_actions()