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

/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dregcomp.c75 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse
243 p->pbegin[i] = 0;
372 p->pbegin[subno] = HERE();
589 p->pbegin[subno] = HERE();
619 assert(p->pbegin[i] != 0);
620 assert(p->strip[p->pbegin[i]] == OLPAREN);
622 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1517 if (p->pbegin[i] >= pos) {
1518 p->pbegin[i]++;
/netbsd-6-1-5-RELEASE/lib/libc/regex/
H A Dregcomp.c118 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ local
284 p->pbegin[i] = 0;
418 p->pbegin[subno] = HERE();
653 p->pbegin[subno] = HERE();
683 assert(p->pbegin[i] != 0);
684 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
686 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1724 if (p->pbegin[i] >= pos) {
1725 p->pbegin[i]++;
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c50474 int addr, pbegin, hdr; local
[all...]

Completed in 422 milliseconds