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

/freebsd-10-stable/contrib/byacc/
H A Doutput.c384 Value_t *actionrow, *r, *s; local
387 actionrow = NEW2(PER_STATE * ntokens, Value_t);
393 actionrow[j] = 0;
415 actionrow[csym + 2 * ntokens] = (Value_t) (j + 1);
435 actionrow[p->symbol] = p->number;
440 actionrow[p->symbol + ntokens] = p->number;
471 actionrow[csym + 2 * ntokens] = (Value_t) (j + 1);
505 if (actionrow[j])
512 *s++ = actionrow[j];
525 if (actionrow[ntoken
[all...]

Completed in 52 milliseconds