Lines Matching refs:pend
103 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member
275 p->pend[i] = 0; in regcomp_internal()
429 p->pend[subno] = HERE(); in p_ere_exp()
430 assert(p->pend[subno] != 0); in p_ere_exp()
512 if (p->pend[i] != 0) { in p_ere_exp()
517 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_ere_exp()
518 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_ere_exp()
896 p->pend[subno] = HERE(); in p_simp_re()
897 assert(p->pend[subno] != 0); in p_simp_re()
916 if (p->pend[i] != 0) { in p_simp_re()
921 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
922 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1761 if (p->pend[i] >= pos) {
1762 p->pend[i]++;