Home
last modified time | relevance | path

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

/freebsd/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()
477 actionrow[csym + 2 * ntokens] = (Value_t)(j + 1); in token_actions()
497 actionrow[p->symbol] = p->number; 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()
567 if (actionrow[j]) in token_actions()
574 *s++ = actionrow[j]; in token_actions()
587 if (actionrow[ntokens + j]) in token_actions()
[all …]