HomeSort by: relevance | last modified time | path
    Searched refs:re_nsub (Results 1 - 9 of 9) sorted by relevancy

  /src/include/
regex.h 86 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon5fac6af10108
  /src/bin/ed/
sub.c 203 pat->re_nsub)) < 0)
234 apply_subst_template(char *boln, regmatch_t *rm, int off, int re_nsub)
249 (n = *sub - '0') <= re_nsub) {
  /src/usr.bin/m4/
gnum4.c 269 if (n > re->re_nsub) {
328 while ((error = regexec(re, string, re->re_nsub+1, pm, flags)) == 0) {
370 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
387 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
512 pmatch = xalloc(sizeof(regmatch_t) * (re.re_nsub+1), NULL);
545 pmatch = xalloc(sizeof(regmatch_t) * (re.re_nsub+1), NULL);
  /src/bin/expr/
expr.y 326 if (rp.re_nsub == 0)
  /src/usr.bin/sed/
compile.c 471 if (maxnsub < rep->re_nsub)
472 maxnsub = rep->re_nsub;
662 ref > s->re->re_nsub)
process.c 396 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) {
  /src/bin/pax/
pat_rep.c 1098 subexcnt = rp->re_nsub;
  /src/lib/libc/regex/
regcomp.c 399 preg->re_nsub = g->nsub;
  /src/usr.bin/make/
var.c 3037 args.nsub = args.re.re_nsub + 1;

Completed in 21 milliseconds