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

/freebsd-13-stable/contrib/byacc/
H A Dgraph.c32 sp = shift_table[i];
H A Dlalr.c35 shifts **shift_table; variable
96 shift_table = NEW2(nstates, shifts *);
98 shift_table[sp->number] = sp;
302 sp = shift_table[stateno];
391 sp = shift_table[stateno];
H A Dmkpar.c83 sp = shift_table[stateno];
177 if ((p = shift_table[0]) != 0)
H A Dverbose.c267 sp = shift_table[stateno];
355 sp = shift_table[stateno];
H A Doutput.c1991 FREE(shift_table);

Completed in 168 milliseconds