Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/yacc/
H A Dlalr.c49 shifts **shift_table; variable
131 shift_table = NEW2(nstates, shifts *); in set_shift_table()
133 shift_table[sp->number] = sp; in set_shift_table()
306 sp = shift_table[stateno]; in initialize_F()
376 sp = shift_table[stateno]; in build_relations()
H A Dverbose.c269 sp = shift_table[stateno]; in print_actions()
341 sp = shift_table[stateno]; in print_gotos()
H A Dmkpar.c106 sp = shift_table[stateno]; in get_shifts()
193 p = shift_table[0]; in find_final_state()
H A Ddefs.h277 extern shifts **shift_table;
H A Doutput.c1175 free(shift_table); in free_shifts()