Searched refs:pbegin (Results 1 – 1 of 1) sorted by relevance
74 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member209 p->pbegin[i] = 0; in llvm_regcomp()328 p->pbegin[subno] = HERE(); in p_ere_exp()399 assert(p->pbegin[backrefnum] != 0); in p_ere_exp()400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp()402 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp()568 p->pbegin[subno] = HERE(); in p_simp_re()598 assert(p->pbegin[i] != 0); in p_simp_re()599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()601 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()[all …]