Searched refs:goto_map (Results 1 – 3 of 3) sorted by relevance
51 short *goto_map; variable211 goto_map = NEW2(nvars + 1, short) - ntokens; in set_goto_map()225 goto_map[symbol]++; in set_goto_map()232 k += goto_map[i]; in set_goto_map()236 goto_map[i] = temp_map[i]; in set_goto_map()238 goto_map[nsyms] = ngotos; in set_goto_map()270 low = goto_map[symbol]; in map_goto()271 high = goto_map[symbol + 1]; in map_goto()
261 free(goto_map + ntokens); in output_actions()387 m = goto_map[symbol]; in default_goto()388 n = goto_map[symbol + 1]; in default_goto()424 m = goto_map[symbol]; in save_column()425 n = goto_map[symbol + 1]; in save_column()
282 extern short *goto_map;