Searched refs:REG_NOTEMPTY (Results 1 – 5 of 5) sorted by relevance
62 #define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX; maps to PCRE2_NOTEMPTY */ macro
308 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE2_NOTEMPTY; in regexec()
6810 if ((dat_datctl.options & PCRE2_NOTEMPTY) != 0) eflags |= REG_NOTEMPTY; in process_data()
1033 BOL, REG_NOTEMPTY, and REG_NOTEOL, respectively, to be passed to
9570 REG_NOTEMPTY9573 matching function. Note that REG_NOTEMPTY is not part of the POSIX