Searched refs:reduction_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Dlalr.c36 reductions **reduction_table; variable
106 reduction_table = NEW2(nstates, reductions *);
108 reduction_table[rp->number] = rp;
151 rp = reduction_table[i];
164 rp = reduction_table[i];
H A Doutput.c1905 FREE(reduction_table);

Completed in 98 milliseconds