Searched refs:REG_FIRST (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dregex.h60 #define REG_FIRST 0x00008000 /* first match found will do */ macro
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dgrep.c626 state.options = REG_FIRST|REG_NOSUB|REG_NULL;
705 state.options |= REG_FIRST;
727 state.options &= ~(REG_FIRST|REG_NOSUB);
795 if (!(state.options & (REG_FIRST|REG_NOSUB)))
798 state.options |= REG_FIRST|REG_NOSUB;
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h42 #define REG_FIRST 0x00008000 /* first match found will do */ macro
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dregex.h42 #define REG_FIRST 0x00008000 /* first match found will do */ macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h42 #define REG_FIRST 0x00008000 /* first match found will do */ macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h42 #define REG_FIRST 0x00008000 /* first match found will do */ macro
/opensolaris-onvv-gate/usr/src/lib/libast/common/regex/
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 Dregcomp.c3290 env.flags &= ~REG_FIRST;
3310 env.flags &= ~REG_FIRST;
3330 else if (!(env.flags & REG_FIRST) && (env.stats.a || env.stats.c > 1 && env.stats.c != env.stats.s || env.stats.t && (env.stats.t > 1 || env.stats.a || env.stats.c)))
/opensolaris-onvv-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)))

Completed in 173 milliseconds