Lines Matching refs:pend
100 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member
272 p->pend[i] = 0; in regcomp_internal()
426 p->pend[subno] = HERE(); in p_ere_exp()
427 assert(p->pend[subno] != 0); in p_ere_exp()
509 if (p->pend[i] != 0) { in p_ere_exp()
514 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_ere_exp()
515 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_ere_exp()
893 p->pend[subno] = HERE(); in p_simp_re()
894 assert(p->pend[subno] != 0); in p_simp_re()
913 if (p->pend[i] != 0) { in p_simp_re()
918 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
919 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1773 if (p->pend[i] >= pos) {
1774 p->pend[i]++;