Searched refs:rhsp (Results 1 – 5 of 5) sorted by relevance
71 item_number *rhsp; in useful_production() local76 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() local183 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() local262 for (/* Nothing. */; *rhsp >= 0; ++rhsp) in reduce_grammar_tables()264 *rhsp = rule_number_as_item_number (r); in reduce_grammar_tables()[all …]
462 item_number *rhsp; in print_grammar() local471 for (rhsp = rules[r].rhs; *rhsp >= 0; rhsp++) in print_grammar()472 if (item_number_as_symbol_number (*rhsp) == token_translations[i]) in print_grammar()492 item_number *rhsp; in print_grammar() local495 for (rhsp = rules[r].rhs; *rhsp >= 0; rhsp++) in print_grammar()496 if (item_number_as_symbol_number (*rhsp) == i) in print_grammar()530 item_number *rhsp; in print_grammar() local531 for (rhsp = rules[r].rhs; *rhsp >= 0; rhsp++) in print_grammar()532 if (item_number_as_symbol_number (*rhsp) == i) in print_grammar()
98 item_number *rhsp; in allocate_itemsets() local109 for (rhsp = rules[r].rhs; *rhsp >= 0; ++rhsp) in allocate_itemsets()112 symbol_count[*rhsp]++; in allocate_itemsets()
116 item_number *rhsp; in rule_rhs_length() local117 for (rhsp = r->rhs; *rhsp >= 0; ++rhsp) in rule_rhs_length()
220 item_number *rhsp = NULL; in prepare_rules() local224 for (rhsp = rules[r].rhs; *rhsp >= 0; ++rhsp) in prepare_rules()225 rhs[i++] = *rhsp; in prepare_rules()