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

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c66 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse
201 p->pbegin[i] = 0;
320 p->pbegin[subno] = HERE();
391 assert(p->pbegin[backrefnum] != 0);
392 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
394 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]);
560 p->pbegin[subno] = HERE();
590 assert(p->pbegin[i] != 0);
591 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
593 (void) dupl(p, p->pbegin[
[all...]
/freebsd-10.0-release/contrib/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]);
1518 if (p->pbegin[i] >= pos) {
1519 p->pbegin[i]++;
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c79 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse
231 p->pbegin[i] = 0;
361 p->pbegin[subno] = HERE();
579 p->pbegin[subno] = HERE();
609 assert(p->pbegin[i] != 0);
610 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
612 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1314 if (p->pbegin[i] >= pos) {
1315 p->pbegin[i]++;
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c50829 int addr, pbegin, hdr; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c49515 int addr, pbegin, hdr; local
[all...]

Completed in 546 milliseconds