Home | History | Annotate | Download | only in src

Lines Matching full:rhs

109 | Return the number of symbols in RHS.  |
117 for (rhsp = r->rhs; *rhsp >= 0; ++rhsp)
124 | Print this rule's RHS on OUT. |
130 if (*r->rhs >= 0)
133 for (rp = r->rhs; *rp >= 0; rp++)
175 | Return the size of the longest rule RHS. |
207 /* rule # : LHS -> RHS */
266 fprintf (out, "Num (Prec, Assoc, Useful, Ritem Range) Lhs -> Rhs (Ritem range) [Num]\n");
271 unsigned int rhs_itemno = rule_i->rhs - ritem;
273 /* Find the last RHS index in ritems. */
274 for (rp = rule_i->rhs; *rp >= 0; ++rp)
284 /* Dumped the RHS. */
285 for (rp = rule_i->rhs; *rp >= 0; rp++)