Searched refs:symbol_list_length (Results 1 – 6 of 6) sorted by relevance
109 int symbol_list_length (symbol_list const *l);
165 symbol_list_length (symbol_list const *l) in symbol_list_length() function
731 effective_rule_length = symbol_list_length (rule->next); in handle_action_dollar()825 effective_rule_length = symbol_list_length (rule->next); in handle_action_at()
411 midrule->midrule_parent_rhs_index = symbol_list_length (current_rule->next); in grammar_midrule_action()
2920 effective_rule_length = symbol_list_length (rule->next); in handle_action_dollar()3014 effective_rule_length = symbol_list_length (rule->next); in handle_action_at()
7607 * src/symlist.c (symbol_list_length): Return int, not unsigned7795 (symbol_list_length): Now that this is invoked after all rules have17179 * src/symlist.h, src/symlist.c (symbol_list_length): New.