Lines Matching refs:rhsp
71 item_number *rhsp; in useful_production() local
76 for (rhsp = rules[r].rhs; *rhsp >= 0; ++rhsp) in useful_production()
77 if (ISVAR (*rhsp) && !bitset_test (N0, *rhsp - ntokens)) in useful_production()
182 item_number *rhsp; in inaccessable_symbols() local
183 for (rhsp = rules[r].rhs; *rhsp >= 0; rhsp++) in inaccessable_symbols()
184 if (ISTOKEN (*rhsp) || bitset_test (N, *rhsp - ntokens)) in inaccessable_symbols()
185 bitset_set (Vp, *rhsp); in inaccessable_symbols()
261 item_number *rhsp = rules[r].rhs; in reduce_grammar_tables() local
262 for (/* Nothing. */; *rhsp >= 0; ++rhsp) in reduce_grammar_tables()
264 *rhsp = rule_number_as_item_number (r); in reduce_grammar_tables()
326 item_number *rhsp; in nonterminals_reduce() local
327 for (rhsp = rules[r].rhs; *rhsp >= 0; ++rhsp) in nonterminals_reduce()
328 if (ISVAR (*rhsp)) in nonterminals_reduce()
329 *rhsp = symbol_number_as_item_number (nontermmap[*rhsp in nonterminals_reduce()