Lines Matching refs:subno
360 sopno subno; in p_ere_exp() local
372 subno = p->g->nsub; in p_ere_exp()
373 if (subno < NPAREN) in p_ere_exp()
374 p->pbegin[subno] = HERE(); in p_ere_exp()
375 EMIT(OLPAREN, subno); in p_ere_exp()
378 if (subno < NPAREN) { in p_ere_exp()
379 p->pend[subno] = HERE(); in p_ere_exp()
380 assert(p->pend[subno] != 0); in p_ere_exp()
382 EMIT(ORPAREN, subno); in p_ere_exp()
707 sopno subno; in p_simp_re() local
739 subno = p->g->nsub; in p_simp_re()
740 if (subno < NPAREN) in p_simp_re()
741 p->pbegin[subno] = HERE(); in p_simp_re()
742 EMIT(OLPAREN, subno); in p_simp_re()
746 if (subno < NPAREN) { in p_simp_re()
747 p->pend[subno] = HERE(); in p_simp_re()
748 assert(p->pend[subno] != 0); in p_simp_re()
750 EMIT(ORPAREN, subno); in p_simp_re()