Home | History | Annotate | Download | only in src

Lines Matching refs:rp

86 	    item_number *rp = NULL;
88 for (rp = rules_ruleno->rhs; *rp >= 0; ++rp)
89 if (ISTOKEN (*rp))
95 for (rp = rules_ruleno->rhs; *rp >= 0; ++rp)
98 p->next = rsets[*rp - ntokens];
100 rsets[*rp - ntokens] = p;