Home
last modified time | relevance | path

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

/dflybsd-src/contrib/byacc/
H A Dlalr.c36 reductions **reduction_table; variable
106 reduction_table = NEW2(nstates, reductions *); in set_reduction_table()
108 reduction_table[rp->number] = rp; in set_reduction_table()
151 rp = reduction_table[i]; in initialize_LA()
164 rp = reduction_table[i]; in initialize_LA()
H A Ddefs.h397 extern reductions **reduction_table;
H A Doutput.c2041 FREE(reduction_table); in free_reductions()