Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/byacc/
H A Doutput.c446 Value_t *actionrow, *r, *s; in token_actions() local
449 actionrow = NEW2(PER_STATE * ntokens, Value_t); in token_actions()
455 actionrow[j] = 0; in token_actions()
497 actionrow[p->symbol] = p->number; in token_actions()
502 actionrow[p->symbol + ntokens] = p->number; in token_actions()
567 if (actionrow[j]) in token_actions()
574 *s++ = actionrow[j]; in token_actions()
587 if (actionrow[ntokens + j]) in token_actions()
594 *s++ = (Value_t)(actionrow[ntokens + j] - 2); in token_actions()
608 if (actionrow[2 * ntokens + j]) in token_actions()
[all …]