Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c330 sopno subno; in p_ere_exp() local
341 subno = p->g->nsub; in p_ere_exp()
342 if (subno < NPAREN) in p_ere_exp()
343 p->pbegin[subno] = HERE(); in p_ere_exp()
344 EMIT(OLPAREN, subno); in p_ere_exp()
347 if (subno < NPAREN) { in p_ere_exp()
348 p->pend[subno] = HERE(); in p_ere_exp()
349 assert(p->pend[subno] != 0); in p_ere_exp()
351 EMIT(ORPAREN, subno); in p_ere_exp()
539 sopno subno; in p_simp_re() local
[all …]