Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dlr0.c22 reductions *first_reduction; variable
479 first_reduction = p; in save_reductions()
H A Ddefs.h394 extern reductions *first_reduction;
H A Dlalr.c107 for (rp = first_reduction; rp; rp = rp->next) in set_reduction_table()
H A Doutput.c2035 for (rp = first_reduction; rp; rp = next) in free_reductions()