Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/byacc/
Dlr0.c28 static reductions *last_reduction; variable
470 if (last_reduction) in save_reductions()
472 last_reduction->next = p; in save_reductions()
473 last_reduction = p; in save_reductions()
478 last_reduction = p; in save_reductions()