Lines Matching full:pbegin
66 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
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]);
1377 if (p->pbegin[i] >= pos) {
1378 p->pbegin[i]++;