Home
last modified time | relevance | path

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

/external/bison/src/
Dsymlist.h109 int symbol_list_length (symbol_list const *l);
Dsymlist.c165 symbol_list_length (symbol_list const *l) in symbol_list_length() function
Dscan-code.l731 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()
Dreader.c411 midrule->midrule_parent_rhs_index = symbol_list_length (current_rule->next); in grammar_midrule_action()
Dscan-code.c2920 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()
/external/bison/
DChangeLog-20127607 * src/symlist.c (symbol_list_length): Return int, not unsigned
7795 (symbol_list_length): Now that this is invoked after all rules have
17179 * src/symlist.h, src/symlist.c (symbol_list_length): New.