Home
last modified time | relevance | path

Searched refs:midrule_parent_rhs_index (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dscan-code.l726 effective_rule_length = rule->midrule_parent_rhs_index - 1; in handle_action_dollar()
738 rule->midrule_parent_rhs_index, text, dollar_loc, '$'); in handle_action_dollar()
761 rule->midrule_parent_rhs_index, in handle_action_dollar()
820 effective_rule_length = rule->midrule_parent_rhs_index - 1; in handle_action_at()
831 rule->midrule_parent_rhs_index, text, at_loc, '@'); in handle_action_at()
Dsymlist.h65 int midrule_parent_rhs_index; member
Dreader.c269 s->midrule_parent_rhs_index) in symbol_should_be_used()
411 midrule->midrule_parent_rhs_index = symbol_list_length (current_rule->next); in grammar_midrule_action()
537 p->midrule_parent_rhs_index) in packgram()
Dscan-code.c2915 effective_rule_length = rule->midrule_parent_rhs_index - 1; in handle_action_dollar()
2927 rule->midrule_parent_rhs_index, text, dollar_loc, '$'); in handle_action_dollar()
2950 rule->midrule_parent_rhs_index, in handle_action_dollar()
3009 effective_rule_length = rule->midrule_parent_rhs_index - 1; in handle_action_at()
3020 rule->midrule_parent_rhs_index, text, at_loc, '@'); in handle_action_at()
Dsymlist.c43 res->midrule_parent_rhs_index = 0; in symbol_list_sym_new()
/external/bison/
DChangeLog-20127799 symbol_list.midrule_parent_rhs_index): New members so that midrules can