Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-code.l418 int midrule_rhs_index, char dollar_or_at, in show_sub_messages() argument
473 obstack_printf (&msg_buf, format, midrule_rhs_index); in show_sub_messages()
501 int midrule_rhs_index, char *text, location text_loc, in parse_ref() argument
583 if (midrule_rhs_index != 0 in parse_ref()
584 && (symbol_index == 0 || midrule_rhs_index < symbol_index)) in parse_ref()
623 else if (midrule_rhs_index) in parse_ref()
628 midrule_rhs_index, len, cp); in parse_ref()
639 show_sub_messages (cp, explicit_bracketing, midrule_rhs_index, in parse_ref()
650 show_sub_messages (cp, explicit_bracketing, midrule_rhs_index, in parse_ref()
656 return (symbol_index == midrule_rhs_index) ? LHS_REF : symbol_index; in parse_ref()
[all …]
Dscan-code.c2607 int midrule_rhs_index, char dollar_or_at, in show_sub_messages() argument
2662 obstack_printf (&msg_buf, format, midrule_rhs_index); in show_sub_messages()
2690 int midrule_rhs_index, char *text, location text_loc, in parse_ref() argument
2772 if (midrule_rhs_index != 0 in parse_ref()
2773 && (symbol_index == 0 || midrule_rhs_index < symbol_index)) in parse_ref()
2812 else if (midrule_rhs_index) in parse_ref()
2817 midrule_rhs_index, len, cp); in parse_ref()
2828 show_sub_messages (cp, explicit_bracketing, midrule_rhs_index, in parse_ref()
2839 show_sub_messages (cp, explicit_bracketing, midrule_rhs_index, in parse_ref()
2845 return (symbol_index == midrule_rhs_index) ? LHS_REF : symbol_index; in parse_ref()
[all …]