Lines Matching refs:ntokens
449 actionrow = NEW2(PER_STATE * ntokens, Value_t); in token_actions()
454 for (j = 0; j < PER_STATE * ntokens; ++j) in token_actions()
477 actionrow[csym + 2 * ntokens] = (Value_t)(j + 1); in token_actions()
502 actionrow[p->symbol + ntokens] = p->number; in token_actions()
533 actionrow[csym + 2 * ntokens] = (Value_t)(j + 1); in token_actions()
565 for (j = 0; j < ntokens; ++j) in token_actions()
585 for (j = 0; j < ntokens; ++j) in token_actions()
587 if (actionrow[ntokens + j]) in token_actions()
594 *s++ = (Value_t)(actionrow[ntokens + j] - 2); in token_actions()
606 for (j = 0; j < ntokens; ++j) in token_actions()
608 if (actionrow[2 * ntokens + j]) in token_actions()
615 *s++ = (Value_t)(actionrow[2 * ntokens + j] - 1); in token_actions()
1237 for (i = 2; i < ntokens; ++i) in output_defines()
1356 for (i = 0; i < ntokens; ++i) in output_debug()
1364 for (i = ntokens; i < nsyms; ++i) in output_debug()
1392 for (i = ntokens - 1; i >= 2; --i) in output_debug()