Lines Matching refs:subno
298 sopno subno; in p_ere_exp() local
309 subno = p->g->nsub; in p_ere_exp()
310 if (subno < NPAREN) in p_ere_exp()
311 p->pbegin[subno] = HERE(); in p_ere_exp()
312 EMIT(OLPAREN, subno); in p_ere_exp()
315 if (subno < NPAREN) { in p_ere_exp()
316 p->pend[subno] = HERE(); in p_ere_exp()
317 assert(p->pend[subno] != 0); in p_ere_exp()
319 EMIT(ORPAREN, subno); in p_ere_exp()
496 sopno subno; in p_simp_re() local
522 subno = p->g->nsub; in p_simp_re()
523 if (subno < NPAREN) in p_simp_re()
524 p->pbegin[subno] = HERE(); in p_simp_re()
525 EMIT(OLPAREN, subno); in p_simp_re()
529 if (subno < NPAREN) { in p_simp_re()
530 p->pend[subno] = HERE(); in p_simp_re()
531 assert(p->pend[subno] != 0); in p_simp_re()
533 EMIT(ORPAREN, subno); in p_simp_re()