Lines Matching defs:pbegin
202 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
337 p->pbegin[i] = 0;
456 p->pbegin[subno] = HERE();
527 assert(p->pbegin[backrefnum] != 0);
528 assert(OP(p->strip[p->pbegin[backrefnum]]) == OLPAREN);
530 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]);
696 p->pbegin[subno] = HERE();
726 assert(p->pbegin[i] != 0);
727 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
729 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1513 if (p->pbegin[i] >= pos) {
1514 p->pbegin[i]++;