Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/yacc/
H A Dlr0.c191 short *isp1, *isp2, *iend; in get_state() local
211 isp2 = sp->items; in get_state()
214 if (*isp1++ != *isp2++) in get_state()
298 short *isp1, *isp2, *iend; in new_state() local
316 isp2 = p->items; in new_state()
318 *isp2++ = *isp1++; in new_state()