Home | History | Annotate | Download | only in src

Lines Matching refs:rule

49    reductions (combine the last n things on the stack via a rule,
50 replace them with the symbol that the rule derives, and leave the
65 num rules. lookahead_tokens is an array of bitsets, one per rule.
186 /* Sorted ascendingly on rule number. */
187 rule *rules[1];
221 ascendingly on item index in RITEM, which is sorted on rule number. */
238 void state_reductions_set (state *s, int num, rule **reds);
240 int state_reduction_find (state *s, rule *r);
247 void state_rule_lookahead_tokens_print (state *s, rule *r, FILE *out);
248 void state_rule_lookahead_tokens_print_xml (state *s, rule *r,