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

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregex_impl.h50 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:llvm_regex
H A DRegex.cpp54 return preg->re_nsub;
58 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
H A Dregcomp.c238 preg->re_nsub = g->nsub;
/freebsd-9.3-release/include/
H A Dregex.h53 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon4963
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c261 if (n > (int)re->re_nsub)
315 while ((error = regexec(re, string, re->re_nsub+1, pm, flags)) == 0) {
353 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
370 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
474 pmatch = xalloc(sizeof(regmatch_t) * (re.re_nsub+1), NULL);
506 pmatch = xalloc(sizeof(regmatch_t) * (re.re_nsub+1), NULL);
/freebsd-9.3-release/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-9.3-release/contrib/binutils/include/
H A Dxregex2.h327 compiled, the `re_nsub' field is available. All other fields are
363 size_t re_nsub;
373 for `max (RE_NREGS, re_nsub + 1)' groups.
360 size_t re_nsub; member in struct:re_pattern_buffer
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.h290 compiled, the `re_nsub' field is available. All other fields are
328 size_t re_nsub;
338 for `max (RE_NREGS, re_nsub + 1)' groups.
325 size_t re_nsub; member in struct:re_pattern_buffer
H A Dregex.c398 the range 0 to one less than the pattern buffer's re_nsub
407 number, in the range 0 to one less than `re_nsub' in the
986 printf ("re_nsub: %d\t", bufp->re_nsub);
1858 `re_nsub' is the number of subexpressions in PATTERN;
1970 bufp->re_nsub = 0;
2483 bufp->re_nsub++;
3007 int num_regs = bufp->re_nsub + 1;
4186 unsigned num_regs = bufp->re_nsub + 1;
4265 if (bufp->re_nsub)
[all...]
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dxregex2.h327 compiled, the `re_nsub' field is available. All other fields are
363 size_t re_nsub;
373 for `max (RE_NREGS, re_nsub + 1)' groups.
360 size_t re_nsub; member in struct:re_pattern_buffer
/freebsd-9.3-release/contrib/gdb/include/
H A Dxregex2.h324 compiled, the `re_nsub' field is available. All other fields are
360 size_t re_nsub;
370 for `max (RE_NREGS, re_nsub + 1)' groups.
357 size_t re_nsub; member in struct:re_pattern_buffer
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dsubst.c241 if ((size_t)(c - '0') > (size_t)(rule->re.re_nsub)) {
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h348 compiled, the `re_nsub' field is available. All other fields are
384 size_t re_nsub;
394 for `max (RE_NREGS, re_nsub + 1)' groups.
381 size_t re_nsub; member in struct:re_pattern_buffer
/freebsd-9.3-release/usr.bin/sed/
H A Dcompile.c459 if (maxnsub < rep->re_nsub)
460 maxnsub = rep->re_nsub;
517 ref > s->re->re_nsub)
H A Dprocess.c371 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) {
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c455 `re_nsub' to the number of subexpressions in PATTERN.
762 preg->re_nsub = 0;
809 preg->re_nsub = 0;
1148 dfa->subexp_map = re_malloc (int, preg->re_nsub);
1152 for (i = 0; i < preg->re_nsub; i++)
1155 for (i = 0; i < preg->re_nsub; i++)
1158 if (i == preg->re_nsub)
1181 if ((!preg->no_sub && preg->re_nsub > 0 && dfa->has_plural_match)
2491 cur_nsub = preg->re_nsub++;
H A Dregexec.c429 regs->num_regs < bufp->re_nsub + 1, 0))
440 nregs = bufp->re_nsub + 1;
627 extra_nmatch = (nmatch > preg->re_nsub) ? nmatch - (preg->re_nsub + 1) : 0;
/freebsd-9.3-release/bin/expr/
H A Dexpr.y545 if (rp.re_nsub == 0)
/freebsd-9.3-release/bin/pax/
H A Dpat_rep.c1086 subexcnt = rp->re_nsub;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c496 the range 0 to one less than the pattern buffer's re_nsub
505 number, in the range 0 to one less than `re_nsub' in the
1162 printf ("re_nsub: %Zd\t", bufp->re_nsub);
1164 printf ("re_nsub: %ld\t", (long int) bufp->re_nsub);
2279 `re_nsub' is the number of subexpressions in PATTERN;
2423 bufp->re_nsub = 0;
3670 bufp->re_nsub++;
4197 int num_regs = bufp->re_nsub
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c496 the range 0 to one less than the pattern buffer's re_nsub
505 number, in the range 0 to one less than `re_nsub' in the
1162 printf ("re_nsub: %Zd\t", bufp->re_nsub);
1164 printf ("re_nsub: %ld\t", (long int) bufp->re_nsub);
2279 `re_nsub' is the number of subexpressions in PATTERN;
2423 bufp->re_nsub = 0;
3670 bufp->re_nsub++;
4197 int num_regs = bufp->re_nsub
[all...]
/freebsd-9.3-release/lib/libc/regex/
H A Dregcomp.c276 preg->re_nsub = g->nsub;
/freebsd-9.3-release/usr.bin/make/
H A Dvar.c1568 patt.nsub = patt.re.re_nsub + 1;
/freebsd-9.3-release/contrib/bmake/
H A Dvar.c3379 pattern.nsub = pattern.re.re_nsub + 1;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c6952 substrings = map_p->regex_pattern_buf->re_nsub + 1;
7062 (int) map_p->regex_pattern_buf->re_nsub + 1) == -1)

Completed in 295 milliseconds