Lines Matching refs:pend
95 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member
267 p->pend[i] = 0; in regcomp_internal()
421 p->pend[subno] = HERE(); in p_ere_exp()
422 assert(p->pend[subno] != 0); in p_ere_exp()
506 if (p->pend[i] != 0) { in p_ere_exp()
511 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_ere_exp()
512 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_ere_exp()
903 p->pend[subno] = HERE(); in p_simp_re()
904 assert(p->pend[subno] != 0); in p_simp_re()
926 if (p->pend[i] != 0) { in p_simp_re()
931 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
932 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1786 if (p->pend[i] >= pos) {
1787 p->pend[i]++;