Searched refs:subno (Results 1 – 4 of 4) sorted by relevance
315 sopno subno; in p_ere_exp() local326 subno = p->g->nsub; in p_ere_exp()327 if (subno < NPAREN) in p_ere_exp()328 p->pbegin[subno] = HERE(); in p_ere_exp()329 EMIT(OLPAREN, subno); in p_ere_exp()332 if (subno < NPAREN) { in p_ere_exp()333 p->pend[subno] = HERE(); in p_ere_exp()334 assert(p->pend[subno] != 0); in p_ere_exp()336 EMIT(ORPAREN, subno); in p_ere_exp()540 sopno subno; in p_simp_re() local[all …]
243 register sopno subno; local254 subno = p->g->nsub;255 if (subno < NPAREN)256 p->pbegin[subno] = HERE();257 EMIT(OLPAREN, subno);260 if (subno < NPAREN) {261 p->pend[subno] = HERE();262 assert(p->pend[subno] != 0);264 EMIT(ORPAREN, subno);448 register sopno subno; local[all …]
443 sopno subno; in p_ere_exp() local454 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[all …]