Home
last modified time | relevance | path

Searched refs:re_nsub (Results 1 – 5 of 5) sorted by relevance

/original-bsd/include/
H A Dregex.h24 size_t re_nsub; /* number of parenthesized subexpressions */ member
/original-bsd/usr.bin/sed/
H A Dcompile.c372 if (maxnsub < (*repp)->re_nsub)
373 maxnsub = (*repp)->re_nsub;
409 ref > s->re->re_nsub)
H A Dprocess.c296 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) {
/original-bsd/bin/pax/
H A Dpat_rep.c1126 subexcnt = rp->re_nsub;
/original-bsd/lib/libc/regex/
H A Dregcomp.c237 preg->re_nsub = g->nsub;