Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/byacc/
Dlalr.c37 Value_t *goto_base; variable
188 goto_base = NEW2(nvars + 1, Value_t); in set_goto_map()
191 goto_map = goto_base - ntokens; in set_goto_map()
Ddefs.h378 extern Value_t *goto_base;
Doutput.c1140 FREE(goto_base); in output_actions()