Home
last modified time | relevance | path

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

/NextBSD/contrib/byacc/
HDlalr.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()
302 sp = shift_table[stateno]; in initialize_F()
391 sp = shift_table[stateno]; in build_relations()
HDverbose.c267 sp = shift_table[stateno]; in print_actions()
355 sp = shift_table[stateno]; in print_gotos()
HDgraph.c32 sp = shift_table[i]; in graph()
HDmkpar.c83 sp = shift_table[stateno]; in get_shifts()
177 p = shift_table[0]; in find_final_state()
HDdefs.h365 extern shifts **shift_table;
HDoutput.c1892 FREE(shift_table); in free_shifts()