Home
last modified time | relevance | path

Searched refs:print_lhs (Results 1 – 2 of 2) sorted by relevance

/external/bison/src/
Dprint_graph.c46 print_lhs (struct obstack *oout, rule *previous_rule, rule *r) in print_lhs() function
94 print_lhs (oout, previous_rule, &rules[r]); in print_core()
/external/bison/
DChangeLog1236 * src/print_graph.c (print_lhs): New, obstack equivalent of rule_lhs_print.