Home
last modified time | relevance | path

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

/minix3/external/bsd/byacc/dist/
H A Dlalr.c40 reductions **reduction_table; variable
110 reduction_table = NEW2(nstates, reductions *); in set_reduction_table()
112 reduction_table[rp->number] = rp; in set_reduction_table()
155 rp = reduction_table[i]; in initialize_LA()
168 rp = reduction_table[i]; in initialize_LA()
H A Ddefs.h377 extern reductions **reduction_table;
H A Doutput.c1923 FREE(reduction_table); in free_reductions()