Home
last modified time | relevance | path

Searched refs:goto_base (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/byacc/
H A Dlalr.c37 Value_t *goto_base; variable
187 goto_base = NEW2(nvars + 1, Value_t); in set_goto_map()
190 goto_map = goto_base - ntokens; in set_goto_map()
H A Ddefs.h402 extern Value_t *goto_base;
H A Doutput.c1164 FREE(goto_base); in output_actions()