Lines Matching refs:subno
402 sopno subno; in p_ere_exp() local
415 subno = p->g->nsub; in p_ere_exp()
416 if (subno < NPAREN) in p_ere_exp()
417 p->pbegin[subno] = HERE(); in p_ere_exp()
418 EMIT(OLPAREN, subno); in p_ere_exp()
421 if (subno < NPAREN) { in p_ere_exp()
422 p->pend[subno] = HERE(); in p_ere_exp()
423 assert(p->pend[subno] != 0); in p_ere_exp()
425 EMIT(ORPAREN, subno); in p_ere_exp()
624 sopno subno; in p_simp_re() local
652 subno = p->g->nsub; in p_simp_re()
653 if (subno < NPAREN) in p_simp_re()
654 p->pbegin[subno] = HERE(); in p_simp_re()
655 EMIT(OLPAREN, subno); in p_simp_re()
659 if (subno < NPAREN) { in p_simp_re()
660 p->pend[subno] = HERE(); in p_simp_re()
661 assert(p->pend[subno] != 0); in p_simp_re()
663 EMIT(ORPAREN, subno); in p_simp_re()