Home
last modified time | relevance | path

Searched refs:REG_NOSUB (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/common/util/
H A Dgetresponse.c103 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 Dre_comp.c59 if (!(r = regcomp(&state.re, pattern, REG_LENIENT|REG_NOSUB|REG_NULL))) in re_comp()
/titanic_44/usr/src/head/
H A Dregex.h80 #define REG_NOSUB 0x02 /* Don't set subexpression */ macro
/titanic_44/usr/src/lib/libast/common/string/
H A Dstrmatch.c123 reflags |= REG_NOSUB; in strgrpmatch()
/titanic_44/usr/src/lib/libcmd/common/
H A Dgrep.c626 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 Dregex.h48 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/titanic_44/usr/src/lib/libast/common/regex/
H A Dregsub.c248 if ((p->env->flags & REG_NOSUB) || !nmatch) in regsub()
H A Dregsubexec.c155 if (!p->env->sub || (p->env->flags & REG_NOSUB) || !nmatch) in regsubexec()
H A Dregsubcomp.c127 if (p->env->flags & REG_NOSUB) in regsubcomp()
H A Dreglib.h79 #define REG_COMP (REG_DELIMITED|REG_ESCAPE|REG_EXTENDED|REG_FIRST|REG_ICASE|REG_NOSUB|REG_NEWLINE|R…
H A Dregnexec.c1875 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 Dregex.h30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/titanic_44/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c229 ((regcomp(&data.preg, regexp, REG_NOSUB)) != 0) in kadm5_get_either()
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dregex.h30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/titanic_44/usr/src/lib/libast/common/misc/
H A Dglob.c603 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 Draidctl.c266 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 Dman.c740 if (regcomp(&preg, pkwd, REG_BASIC | REG_ICASE | REG_NOSUB) != 0) in search_whatis()
/titanic_44/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c436 REG_NOSUB|REG_NEWLINE)) != 0) { in setupnamevalue()
/titanic_44/usr/src/lib/libc/port/locale/
H A Dengine.c174 if (g->cflags&REG_NOSUB) in matcher()
/titanic_44/usr/src/cmd/stat/kstat/
H A Dkstat.c555 REG_EXTENDED | REG_NOSUB); in ks_match()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dmap.c6864 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 Dio.c1257 …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 Dbootadm.c2066 REG_EXTENDED|REG_NOSUB) == 0) { in cmpstat()