Searched refs:re_nsub (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/nvi/regex/
H A Dregex.h51 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon1
H A Dregcomp.c269 preg->re_nsub = g->nsub;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:llvm_regex
H A DRegex.cpp80 return preg->re_nsub;
93 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
H A Dregcomp.c374 preg->re_nsub = g->nsub;
/freebsd-current/include/
H A Dregex.h52 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon59
/freebsd-current/usr.bin/m4/
H A Dgnum4.c282 if (n > (int)re->re_nsub)
337 while ((error = regexec(re, string, re->re_nsub+1, pm, flags)) == 0) {
376 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
394 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
499 pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t),
533 pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t), NULL);
/freebsd-current/bin/ed/
H A Dsub.c192 pat->re_nsub)) < 0)
224 apply_subst_template(const char *boln, regmatch_t *rm, int off, int re_nsub) argument
239 (n = *sub - '0') <= re_nsub) {
/freebsd-current/libexec/getty/
H A Dsubr.c475 match = calloc(regex.re_nsub + 1, sizeof(*match));
481 found = !regexec(&regex, HN, regex.re_nsub + 1, match, 0);
491 subex = !!regex.re_nsub;
/freebsd-current/contrib/libarchive/tar/
H A Dsubst.c293 if ((size_t)(c - '0') > (size_t)(rule->re.re_nsub)) {
/freebsd-current/usr.bin/sed/
H A Dcompile.c548 if (maxnsub < rep->re_nsub)
549 maxnsub = rep->re_nsub;
606 ref > s->re->re_nsub)
H A Dprocess.c393 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) {
/freebsd-current/bin/pax/
H A Dpat_rep.c989 subexcnt = rp->re_nsub;
/freebsd-current/bin/expr/
H A Dexpr.y552 if (rp.re_nsub == 0)
/freebsd-current/lib/libc/regex/
H A Dregcomp.c330 preg->re_nsub = g->nsub;
/freebsd-current/contrib/sendmail/src/
H A Dmap.c7695 substrings = map_p->regex_pattern_buf->re_nsub + 1;
7812 (int) map_p->regex_pattern_buf->re_nsub + 1) == -1)
/freebsd-current/contrib/bmake/
H A Dvar.c3006 args.nsub = args.re.re_nsub + 1;

Completed in 313 milliseconds