Searched refs:shift_table (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/byacc/
H A Dgraph.c32 sp = shift_table[i];
H A Dlalr.c35 shifts **shift_table; variable
95 shift_table = NEW2(nstates, shifts *);
97 shift_table[sp->number] = sp;
297 sp = shift_table[stateno];
386 sp = shift_table[stateno];
H A Dmkpar.c83 sp = shift_table[stateno];
177 p = shift_table[0];
H A Dverbose.c267 sp = shift_table[stateno];
355 sp = shift_table[stateno];
H A Doutput.c1854 FREE(shift_table);

Completed in 57 milliseconds