HomeSort by relevance Sort by last modified time
    Searched refs:pbegin (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Support/
regcomp.c 66 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[i]+1, p->pend[i])
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 65 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse
193 p->pbegin[i] = 0;
311 p->pbegin[subno] = HERE();
524 p->pbegin[subno] = HERE();
554 assert(p->pbegin[i] != 0);
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
557 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1341 if (p->pbegin[i] >= pos) {
1342 p->pbegin[i]++;
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 118 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]);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
btree.c 1245 int addr, pbegin, hdr; local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 48543 int addr, pbegin, hdr; local
    [all...]