Searched refs:lookback (Results 1 – 2 of 2) sorted by relevance
67 static goto_list **lookback; variable211 sp->next = lookback[(s->reductions->lookahead_tokens - LA) + ri]; in add_lookback_edge()213 lookback[(s->reductions->lookahead_tokens - LA) + ri] = sp; in add_lookback_edge()312 for (sp = lookback[i]; sp; sp = sp->next) in compute_lookahead_tokens()317 LIST_FREE (goto_list, lookback[i]); in compute_lookahead_tokens()319 free (lookback); in compute_lookahead_tokens()450 lookback = xcalloc (nLA, sizeof *lookback); in lalr()
2805 (initialize_LA): Export it. Move lookback allocation to...2807 be invoked but lookback and much of the rest of LALR isn't4980 state as inconsistent will cause build_relations to add lookback edges