Home
last modified time | relevance | path

Searched refs:shift_table (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/byacc/dist/
H A Dlalr.c39 shifts **shift_table; variable
100 shift_table = NEW2(nstates, shifts *); in set_shift_table()
102 shift_table[sp->number] = sp; in set_shift_table()
306 sp = shift_table[stateno]; in initialize_F()
395 sp = shift_table[stateno]; in build_relations()
H A Dgraph.c36 sp = shift_table[i]; in graph()
H A Dverbose.c272 sp = shift_table[stateno]; in print_actions()
360 sp = shift_table[stateno]; in print_gotos()
H A Dmkpar.c88 sp = shift_table[stateno]; in get_shifts()
182 p = shift_table[0]; in find_final_state()
H A Ddefs.h376 extern shifts **shift_table;
H A Doutput.c1910 FREE(shift_table); in free_shifts()