Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dlr0.c28 static reductions *last_reduction; variable
472 if (last_reduction) in save_reductions()
474 last_reduction->next = p; in save_reductions()
475 last_reduction = p; in save_reductions()
480 last_reduction = p; in save_reductions()