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

/freebsd-13-stable/contrib/nvi/regex/
H A Dregex.h51 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon5484
H A Dregcomp.c269 preg->re_nsub = g->nsub;
/freebsd-13-stable/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.cpp83 return preg->re_nsub;
96 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
H A Dregcomp.c374 preg->re_nsub = g->nsub;
/freebsd-13-stable/include/
H A Dregex.h55 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon7341
/freebsd-13-stable/usr.bin/m4/
H A Dgnum4.c284 if (n > (int)re->re_nsub)
339 while ((error = regexec(re, string, re->re_nsub+1, pm, flags)) == 0) {
378 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
396 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
501 pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t),
535 pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t), NULL);
/freebsd-13-stable/bin/ed/
H A Dsub.c194 pat->re_nsub)) < 0)
226 apply_subst_template(const char *boln, regmatch_t *rm, int off, int re_nsub) argument
241 (n = *sub - '0') <= re_nsub) {
/freebsd-13-stable/libexec/getty/
H A Dsubr.c479 match = calloc(regex.re_nsub + 1, sizeof(*match));
485 found = !regexec(&regex, HN, regex.re_nsub + 1, match, 0);
495 subex = !!regex.re_nsub;
/freebsd-13-stable/contrib/libarchive/tar/
H A Dsubst.c278 if ((size_t)(c - '0') > (size_t)(rule->re.re_nsub)) {
/freebsd-13-stable/usr.bin/sed/
H A Dcompile.c553 if (maxnsub < rep->re_nsub)
554 maxnsub = rep->re_nsub;
611 ref > s->re->re_nsub)
H A Dprocess.c398 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) {
/freebsd-13-stable/bin/expr/
H A Dexpr.y554 if (rp.re_nsub == 0)
/freebsd-13-stable/bin/pax/
H A Dpat_rep.c1086 subexcnt = rp->re_nsub;
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c338 preg->re_nsub = g->nsub;
/freebsd-13-stable/contrib/sendmail/src/
H A Dmap.c7429 substrings = map_p->regex_pattern_buf->re_nsub + 1;
7539 (int) map_p->regex_pattern_buf->re_nsub + 1) == -1)
/freebsd-13-stable/contrib/bmake/
H A Dvar.c2862 args.nsub = args.re.re_nsub + 1;

Completed in 174 milliseconds