Home
last modified time | relevance | path

Searched refs:subno (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c402 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()
622 sopno subno; in p_simp_re() local
[all …]