Lines Matching refs:reductions
211 sp->next = lookback[(s->reductions->lookahead_tokens - LA) + ri];
213 lookback[(s->reductions->lookahead_tokens - LA) + ri] = sp;
332 reductions *rp = s->reductions;
342 /* We need a lookahead either to distinguish different reductions
345 `consistent'. However, do not treat a state with any reductions as
349 reductions. */
374 muscle_percent_define_get ("lr.default-reductions");
380 /* Compute the total number of reductions requiring a lookahead. */
392 /* Initialize the members LOOKAHEAD_TOKENS for each state whose reductions
401 states[i]->reductions->lookahead_tokens = pLA;
420 reductions *reds = states[i]->reductions;
499 states[s]->reductions->lookahead_tokens = NULL;