Searched refs:REG_INVERT (Results 1 – 9 of 9) sorted by relevance
84 #define REG_INVERT 0x01000000 /* invert regrexec match sense */ macro
61 inv = (flags & REG_INVERT) != 0; in regrexec()
80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
764 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()
66 #define REG_INVERT 0x01000000 /* invert regrexec match sense */ macro
1370 regrexec.c: fix REG_INVERT end boundary bug that missed last record