Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/expr/
H A Dcompile.c215 nbra = (int) reg_comp.r_adv.re_nsub > 0 ?
216 (int) reg_comp.r_adv.re_nsub : 0;
341 for (i = 0; i <= rep->re_nsub; i++) {
/titanic_41/usr/src/lib/libast/common/comp/
H A Dregexp.c89 re->re_nbra = env->re.re_nsub; in _re_comp()
104 for (n = 1; n <= env->re.re_nsub; n++) in _re_exec()
/titanic_41/usr/src/head/
H A Dregex.h130 size_t re_nsub; /* # of subexpressions in RE pattern */ member
/titanic_41/usr/src/lib/libast/common/string/
H A Dstrmatch.c136 i = re->re_nsub; in strgrpmatch()
/titanic_41/usr/src/lib/libcmd/common/
H A Dexpr.c316 if (re.re_nsub > 0) in expr_cond()
335 else if (re.re_nsub) in expr_cond()
/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h181 size_t re_nsub; /* number of subexpressions */ member
/titanic_41/usr/src/cmd/sed/
H A Dcompile.c450 if (maxnsub < rep->re_nsub) in compile_re()
451 maxnsub = rep->re_nsub; in compile_re()
509 ref > s->re->re_nsub) in compile_subst()
H A Dprocess.c372 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) { in substitute()
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h163 size_t re_nsub; /* number of subexpressions */ member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dregex.h163 size_t re_nsub; /* number of subexpressions */ member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h163 size_t re_nsub; /* number of subexpressions */ member
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h163 size_t re_nsub; /* number of subexpressions */ member
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c320 if (c > p->re_nsub) in regsubcomp()
H A Dregcomp.c3344 p->re_nsub = env.stats.p; in regcomp()
3346 p->re_nsub /= 2; in regcomp()
H A Dregnexec.c2007 ((regex_t*)p)->re_nsub = m; in regnexec()
/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c259 preg->re_nsub = g->nsub; in regcomp()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dmap.c6954 substrings = map_p->regex_pattern_buf->re_nsub + 1;
7064 (int) map_p->regex_pattern_buf->re_nsub + 1) == -1)