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

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dre_comp.c59 if (!(r = regcomp(&state.re, pattern, REG_LENIENT|REG_NOSUB|REG_NULL)))
/illumos-gate/usr/src/common/util/
H A Dgetresponse.c103 while (regcomp(&preg_yes, yesexpr, REG_EXTENDED | REG_NOSUB) != 0 ||
104 regcomp(&preg_no, noexpr, REG_EXTENDED | REG_NOSUB) != 0) {
/illumos-gate/usr/src/head/
H A Dregex.h80 #define REG_NOSUB 0x02 /* Don't set subexpression */ macro
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrmatch.c123 reflags |= REG_NOSUB;
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c229 ((regcomp(&data.preg, regexp, REG_NOSUB)) != 0)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dregex.h48 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregsub.c248 if ((p->env->flags & REG_NOSUB) || !nmatch)
H A Dregsubexec.c155 if (!p->env->sub || (p->env->flags & REG_NOSUB) || !nmatch)
H A Dregsubcomp.c127 if (p->env->flags & REG_NOSUB)
H A Dreglib.h79 #define REG_COMP (REG_DELIMITED|REG_ESCAPE|REG_EXTENDED|REG_FIRST|REG_ICASE|REG_NOSUB|REG_NEWLINE|REG_SHELL|REG_AUGMENTED|REG_LEFT|REG_LITERAL|REG_MINIMAL|REG_MULTIREF|REG_NULL|REG_RIGHT|REG_LENIENT|REG_MUSTDELIM)
H A Dregnexec.c1875 if (env->stack = env->hard || !(env->flags & REG_NOSUB) && nmatch)
1991 if (!(env->flags & REG_NOSUB))
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c118 * run regexec with REG_NOSUB off and nmatch=1 and check
626 state.options = REG_FIRST|REG_NOSUB|REG_NULL;
727 state.options &= ~(REG_FIRST|REG_NOSUB);
795 if (!(state.options & (REG_FIRST|REG_NOSUB)))
798 state.options |= REG_FIRST|REG_NOSUB;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dregex.h30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h30 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/illumos-gate/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);
/illumos-gate/usr/src/cmd/man/
H A Dman.c742 if (regcomp(&preg, pkwd, REG_BASIC | REG_ICASE | REG_NOSUB) != 0)
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c266 status = regcomp(&re, yesexpr, REG_EXTENDED | REG_NOSUB);
273 REG_EXTENDED | REG_NOSUB) != 0) {
/illumos-gate/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_RIGHT, &r)))
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c174 if (g->cflags&REG_NOSUB)
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c436 REG_NOSUB|REG_NEWLINE)) != 0) {
/illumos-gate/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))
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c555 REG_EXTENDED | REG_NOSUB);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2411 REG_EXTENDED|REG_NOSUB) == 0) {

Completed in 170 milliseconds