Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/yacc/
H A Dlalr.c50 reductions **reduction_table; variable
142 reduction_table = NEW2(nstates, reductions *); in set_reduction_table()
144 reduction_table[rp->number] = rp; in set_reduction_table()
181 rp = reduction_table[i]; in initialize_LA()
193 rp = reduction_table[i]; in initialize_LA()
H A Ddefs.h278 extern reductions **reduction_table;
H A Doutput.c1189 free(reduction_table); in free_reductions()