Searched refs:nuseless_productions (Results 1 – 3 of 3) sorted by relevance
58 rule_number nuseless_productions; variable209 nuseless_productions = nrules - nuseful_productions; in inaccessable_symbols()250 int useless = nrules - nuseless_productions; in reduce_grammar_tables()267 nrules -= nuseless_productions; in reduce_grammar_tables()274 for (r = nrules; r < nrules + nuseless_productions; ++r) in reduce_grammar_tables()373 if (nuseless_productions > 0) in reduce_output()389 if (yacc_flag && nuseless_productions) in reduce_print()392 nuseless_productions), in reduce_print()393 nuseless_productions); in reduce_print()403 if (nuseless_nonterminals > 0 && nuseless_productions > 0) in reduce_print()[all …]
208 for (r = 0; r < nrules + nuseless_productions; r++) in grammar_rules_partial_print()267 for (i = 0; i < nrules + nuseless_productions; i++) in grammar_dump()295 for (r = 0; r < nrules + nuseless_productions; r++) in grammar_dump()
30 extern rule_number nuseless_productions;