Home
last modified time | relevance | path

Searched refs:lookback (Results 1 – 2 of 2) sorted by relevance

/external/bison/src/
Dlalr.c67 static goto_list **lookback; variable
211 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()
/external/bison/
DChangeLog-20122805 (initialize_LA): Export it. Move lookback allocation to...
2807 be invoked but lookback and much of the rest of LALR isn't
4980 state as inconsistent will cause build_relations to add lookback edges