Lines Matching refs:actionrow
446 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()
594 *s++ = (Value_t)(actionrow[ntokens + j] - 2); in token_actions()
608 if (actionrow[2 * ntokens + j]) in token_actions()
615 *s++ = (Value_t)(actionrow[2 * ntokens + j] - 1); in token_actions()
623 FREE(actionrow); in token_actions()