Searched refs:handle_size (Results 1 – 1 of 1) sorted by relevance
482 short handle_size, lhs_sym_num; in parse() local530 handle_size = production_tab[(-act)-1][1]; in parse()533 for (int i = 0; i < handle_size; i++) in parse()643 short handle_size, lhs_sym_num; in debug_parse() local696 handle_size = production_tab[(-act)-1][1]; in debug_parse()698 debug_reduce((-act)-1, lhs_sym_num, handle_size); in debug_parse()701 for (int i = 0; i < handle_size; i++) in debug_parse()1033 short handle_size, lhs_sym_num; in parse_lookahead() local1087 handle_size = production_tab[(-act)-1][1]; in parse_lookahead()1089 if (debug) debug_reduce((-act)-1, lhs_sym_num, handle_size); in parse_lookahead()[all …]