Searched defs:pbegin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c72 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse
213 p->pbegin[i] = 0;
343 p->pbegin[subno] = HERE();
573 p->pbegin[subno] = HERE();
603 assert(p->pbegin[i] != 0);
604 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
606 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1291 if (p->pbegin[i] >= pos) {
1292 p->pbegin[i]++;

Completed in 62 milliseconds