/titanic_44/usr/src/common/util/ |
H A D | getresponse.c | 103 while (regcomp(&preg_yes, yesexpr, REG_EXTENDED | REG_NOSUB) != 0 || in init_yes() 104 regcomp(&preg_no, noexpr, REG_EXTENDED | REG_NOSUB) != 0) { in init_yes()
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | re_comp.c | 59 if (!(r = regcomp(&state.re, pattern, REG_LENIENT|REG_NOSUB|REG_NULL))) in re_comp()
|
/titanic_44/usr/src/head/ |
H A D | regex.h | 80 #define REG_NOSUB 0x02 /* Don't set subexpression */ macro
|
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 123 reflags |= REG_NOSUB; in strgrpmatch()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | grep.c | 626 state.options = REG_FIRST|REG_NOSUB|REG_NULL; in grep_main() 727 state.options &= ~(REG_FIRST|REG_NOSUB); in grep_main() 795 if (!(state.options & (REG_FIRST|REG_NOSUB))) in grep_main() 798 state.options |= REG_FIRST|REG_NOSUB; in grep_main()
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | regex.h | 48 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regsub.c | 248 if ((p->env->flags & REG_NOSUB) || !nmatch) in regsub()
|
H A D | regsubexec.c | 155 if (!p->env->sub || (p->env->flags & REG_NOSUB) || !nmatch) in regsubexec()
|
H A D | regsubcomp.c | 127 if (p->env->flags & REG_NOSUB) in regsubcomp()
|
H A D | reglib.h | 79 #define REG_COMP (REG_DELIMITED|REG_ESCAPE|REG_EXTENDED|REG_FIRST|REG_ICASE|REG_NOSUB|REG_NEWLINE|R…
|
H A D | regnexec.c | 1875 if (env->stack = env->hard || !(env->flags & REG_NOSUB) && nmatch) in regnexec() 1991 if (!(env->flags & REG_NOSUB)) in regnexec()
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | regex.h | 30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/titanic_44/usr/src/lib/krb5/kadm5/srv/ |
H A D | svr_iters.c | 229 ((regcomp(&data.preg, regexp, REG_NOSUB)) != 0) in kadm5_get_either()
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regex.h | 30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | regex.h | 30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | regex.h | 30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 603 gp->re_flags = REG_SHELL|REG_NOSUB|REG_LEFT|REG_RIGHT|((flags&GLOB_AUGMENTED)?REG_AUGMENTED:0); in glob()
|
/titanic_44/usr/src/cmd/raidctl/ |
H A D | raidctl.c | 266 status = regcomp(&re, yesexpr, REG_EXTENDED | REG_NOSUB); in main() 273 REG_EXTENDED | REG_NOSUB) != 0) { in main()
|
/titanic_44/usr/src/cmd/man/ |
H A D | man.c | 740 if (regcomp(&preg, pkwd, REG_BASIC | REG_ICASE | REG_NOSUB) != 0) in search_whatis()
|
/titanic_44/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 436 REG_NOSUB|REG_NEWLINE)) != 0) { in setupnamevalue()
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 174 if (g->cflags®_NOSUB) in matcher()
|
/titanic_44/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 555 REG_EXTENDED | REG_NOSUB); in ks_match()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | map.c | 6864 pflags = REG_ICASE | REG_EXTENDED | REG_NOSUB; 6892 pflags &= ~REG_NOSUB; 6948 if (!bitset(REG_NOSUB, pflags))
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 1257 …if(!(rp = regcache(fname, REG_SHELL|REG_NOSUB|REG_NEWLINE|REG_AUGMENTED|REG_FIRST|REG_LEFT|REG_RIG… in sh_redirect()
|
/titanic_44/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 2066 REG_EXTENDED|REG_NOSUB) == 0) { in cmpstat()
|