Lines Matching full:rhs
201 | Prepare the muscles related to the rules: rhs, prhs, r1, r2, |
210 item_number *rhs = xnmalloc (nritems, sizeof *rhs);
221 /* Index of rule R in RHS. */
223 /* RHS of the rule R. */
224 for (rhsp = rules[r].rhs; *rhsp >= 0; ++rhsp)
225 rhs[i++] = *rhsp;
228 /* Length of rule R's RHS. */
230 /* Separator in RHS. */
231 rhs[i++] = -1;
241 muscle_insert_item_number_table ("rhs", rhs, ritem[0], 1, nritems);
252 free (rhs);