Searched refs:goto_list (Results 1 – 2 of 2) sorted by relevance
50 typedef struct goto_list struct52 struct goto_list *next; argument54 } goto_list; argument67 static goto_list **lookback;210 goto_list *sp = xmalloc (sizeof *sp); in add_lookback_edge()309 goto_list *sp; in compute_lookahead_tokens()317 LIST_FREE (goto_list, lookback[i]); in compute_lookahead_tokens()
14061 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.14062 (goto_list): Renamed from goto_list_t.