Home | History | Annotate | Download | only in Support

Lines Matching full:pbegin

66 	sopno pbegin[NPAREN];	/* -> ( ([0] unused) */
201 p->pbegin[i] = 0;
319 p->pbegin[subno] = HERE();
532 p->pbegin[subno] = HERE();
562 assert(p->pbegin[i] != 0);
563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
565 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1349 if (p->pbegin[i] >= pos) {
1350 p->pbegin[i]++;