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