Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-code.l720 int effective_rule_length; in handle_action_dollar() local
726 effective_rule_length = rule->midrule_parent_rhs_index - 1; in handle_action_dollar()
731 effective_rule_length = symbol_list_length (rule->next); in handle_action_dollar()
737 n = parse_ref (cp, effective_rule, effective_rule_length, in handle_action_dollar()
793 "]b4_rhs_value(%d, %d, ", effective_rule_length, n); in handle_action_dollar()
814 int effective_rule_length; in handle_action_at() local
820 effective_rule_length = rule->midrule_parent_rhs_index - 1; in handle_action_at()
825 effective_rule_length = symbol_list_length (rule->next); in handle_action_at()
830 n = parse_ref (cp, effective_rule, effective_rule_length, in handle_action_at()
843 effective_rule_length, n); in handle_action_at()
Dscan-code.c2909 int effective_rule_length; in handle_action_dollar() local
2915 effective_rule_length = rule->midrule_parent_rhs_index - 1; in handle_action_dollar()
2920 effective_rule_length = symbol_list_length (rule->next); in handle_action_dollar()
2926 n = parse_ref (cp, effective_rule, effective_rule_length, in handle_action_dollar()
2982 "]b4_rhs_value(%d, %d, ", effective_rule_length, n); in handle_action_dollar()
3003 int effective_rule_length; in handle_action_at() local
3009 effective_rule_length = rule->midrule_parent_rhs_index - 1; in handle_action_at()
3014 effective_rule_length = symbol_list_length (rule->next); in handle_action_at()
3019 n = parse_ref (cp, effective_rule, effective_rule_length, in handle_action_at()
3032 effective_rule_length, n); in handle_action_at()