Home
last modified time | relevance | path

Searched refs:first_shift (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/yacc/
H A Dlalr.c132 for (sp = first_shift; sp; sp = sp->next) in set_shift_table()
215 for (sp = first_shift; sp; sp = sp->next) { in set_goto_map()
244 for (sp = first_shift; sp; sp = sp->next) { in set_goto_map()
H A Dlr0.c44 shifts *first_shift; variable
351 first_shift = p; in save_shifts()
H A Ddefs.h273 extern shifts *first_shift;
H A Doutput.c1176 for (sp = first_shift; sp; sp = next) { in free_shifts()