Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dregcomp.c348 sopno subno; in p_ere_exp() local
359 subno = p->g->nsub; in p_ere_exp()
360 if (subno < NPAREN) in p_ere_exp()
361 p->pbegin[subno] = HERE(); in p_ere_exp()
362 EMIT(OLPAREN, subno); in p_ere_exp()
365 if (subno < NPAREN) { in p_ere_exp()
366 p->pend[subno] = HERE(); in p_ere_exp()
367 assert(p->pend[subno] != 0); in p_ere_exp()
369 EMIT(ORPAREN, subno); in p_ere_exp()
550 sopno subno; in p_simp_re() local
[all …]