Searched refs:goto_list (Results 1 – 2 of 2) sorted by relevance
52 typedef struct goto_list struct54 struct goto_list *next; argument56 } goto_list; typedef73 static goto_list **lookback;221 goto_list *sp = xmalloc (sizeof *sp); in add_lookback_edge()320 goto_list *sp; in compute_look_ahead_tokens()328 LIST_FREE (goto_list, lookback[i]); in compute_look_ahead_tokens()
5800 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.5801 (goto_list): Renamed from goto_list_t.