Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c298 sopno subno; in p_ere_exp() local
309 subno = p->g->nsub; in p_ere_exp()
310 if (subno < NPAREN) in p_ere_exp()
311 p->pbegin[subno] = HERE(); in p_ere_exp()
312 EMIT(OLPAREN, subno); in p_ere_exp()
315 if (subno < NPAREN) { in p_ere_exp()
316 p->pend[subno] = HERE(); in p_ere_exp()
317 assert(p->pend[subno] != 0); in p_ere_exp()
319 EMIT(ORPAREN, subno); in p_ere_exp()
496 sopno subno; in p_simp_re() local
[all …]