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

/freebsd-10.1-release/contrib/byacc/
H A Dlr0.c27 static shifts *last_shift; variable
419 if (last_shift)
421 last_shift->next = p;
422 last_shift = p;
427 last_shift = p;

Completed in 48 milliseconds