Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dlalr.c35 shifts **shift_table; variable
96 shift_table = NEW2(nstates, shifts *); in set_shift_table()
98 shift_table[sp->number] = sp; in set_shift_table()
300 sp = shift_table[stateno]; in initialize_F()
386 sp = shift_table[stateno]; in build_relations()
H A Dverbose.c263 sp = shift_table[stateno]; in print_actions()
352 sp = shift_table[stateno]; in print_gotos()
H A Dgraph.c32 sp = shift_table[i]; in graph()
H A Dmkpar.c81 sp = shift_table[stateno]; in get_shifts()
177 if ((p = shift_table[0]) != 0) in find_final_state()
H A Ddefs.h397 extern shifts **shift_table;
H A Doutput.c2021 FREE(shift_table); in free_shifts()