Searched refs:midrule_parent_rhs_index (Results 1 – 6 of 6) sorted by relevance
/external/bison/src/ |
D | scan-code.l | 726 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()
|
D | symlist.h | 65 int midrule_parent_rhs_index; member
|
D | reader.c | 269 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()
|
D | scan-code.c | 2915 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()
|
D | symlist.c | 43 res->midrule_parent_rhs_index = 0; in symbol_list_sym_new()
|
/external/bison/ |
D | ChangeLog-2012 | 7799 symbol_list.midrule_parent_rhs_index): New members so that midrules can
|