Lines Matching refs:ruleno
16 static action *add_reduce(action *actions, int ruleno, int symbol);
119 int ruleno = LAruleno[i]; in add_reductions() local
125 actions = add_reduce(actions, ruleno, j); in add_reductions()
133 int ruleno, in add_reduce() argument
149 next->action_code == REDUCE && next->number < ruleno) in add_reduce()
158 temp->number = (Value_t)ruleno; in add_reduce()
159 temp->prec = rprec[ruleno]; in add_reduce()
161 temp->assoc = rassoc[ruleno]; in add_reduce()
348 int count, ruleno; in sole_reduction() local
352 ruleno = 0; in sole_reduction()
359 if (ruleno > 0 && p->number != ruleno) in sole_reduction()
363 ruleno = p->number; in sole_reduction()
369 return (ruleno); in sole_reduction()