Searched refs:previous_rule_end (Results 1 – 2 of 2) sorted by relevance
218 static symbol_list *previous_rule_end = NULL; variable233 previous_rule_end = grammar_end; in grammar_current_rule_begin()394 if (previous_rule_end) in grammar_midrule_action()395 previous_rule_end->next = midrule; in grammar_midrule_action()403 previous_rule_end = midrule->next; in grammar_midrule_action()
10330 * src/reader.c (grammar_end, previous_rule_end): Likewise.