Lines Matching refs:subno
443 sopno subno; in p_ere_exp() local
454 subno = p->g->nsub; in p_ere_exp()
455 if (subno < NPAREN) in p_ere_exp()
456 p->pbegin[subno] = HERE(); in p_ere_exp()
457 EMIT(OLPAREN, subno); in p_ere_exp()
460 if (subno < NPAREN) { in p_ere_exp()
461 p->pend[subno] = HERE(); in p_ere_exp()
462 assert(p->pend[subno] != 0); in p_ere_exp()
464 EMIT(ORPAREN, subno); in p_ere_exp()
668 sopno subno; in p_simp_re() local
694 subno = p->g->nsub; in p_simp_re()
695 if (subno < NPAREN) in p_simp_re()
696 p->pbegin[subno] = HERE(); in p_simp_re()
697 EMIT(OLPAREN, subno); in p_simp_re()
701 if (subno < NPAREN) { in p_simp_re()
702 p->pend[subno] = HERE(); in p_simp_re()
703 assert(p->pend[subno] != 0); in p_simp_re()
705 EMIT(ORPAREN, subno); in p_simp_re()