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

/freebsd-10.1-release/contrib/byacc/
H A Dlr0.c28 static reductions *last_reduction; variable
468 if (last_reduction)
470 last_reduction->next = p;
471 last_reduction = p;
476 last_reduction = p;

Completed in 41 milliseconds