Home
last modified time | relevance | path

Searched refs:REG_INVERT (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h84 #define REG_INVERT 0x01000000 /* invert regrexec match sense */ macro
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregrexec.c61 inv = (flags & REG_INVERT) != 0; in regrexec()
H A Dreglib.h80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
/titanic_50/usr/src/lib/libcmd/common/
H A Dgrep.c764 state.options &= ~REG_INVERT; in grep_main()
766 state.options |= REG_INVERT; in grep_main()
797 if (state.count || state.list || state.query || (state.options & REG_INVERT)) in grep_main()
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h66 #define REG_INVERT 0x01000000 /* invert regrexec match sense */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h66 #define REG_INVERT 0x01000000 /* invert regrexec match sense */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h66 #define REG_INVERT 0x01000000 /* invert regrexec match sense */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dregex.h66 #define REG_INVERT 0x01000000 /* invert regrexec match sense */ macro
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE1370 regrexec.c: fix REG_INVERT end boundary bug that missed last record