Home
last modified time | relevance | path

Searched refs:actionrow (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/byacc/
Doutput.c425 Value_t *actionrow, *r, *s; in token_actions() local
428 actionrow = NEW2(PER_STATE * ntokens, Value_t); in token_actions()
434 actionrow[j] = 0; in token_actions()
456 actionrow[csym + 2 * ntokens] = (Value_t)(j + 1); in token_actions()
476 actionrow[p->symbol] = p->number; in token_actions()
481 actionrow[p->symbol + ntokens] = p->number; in token_actions()
512 actionrow[csym + 2 * ntokens] = (Value_t)(j + 1); in token_actions()
546 if (actionrow[j]) in token_actions()
553 *s++ = actionrow[j]; in token_actions()
566 if (actionrow[ntokens + j]) in token_actions()
[all …]