Searched refs:REG_NOTEMPTY (Results 1 – 5 of 5) sorted by relevance
64 #define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX; maps to PCRE2_NOTEMPTY */ macro
358 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE2_NOTEMPTY; in pcre2_regexec()
7124 if ((dat_datctl.options & PCRE2_NOTEMPTY) != 0) eflags |= REG_NOTEMPTY; in process_data()
1065 BOL, REG_NOTEMPTY, and REG_NOTEOL, respectively, to be passed to
10091 REG_NOTEMPTY10094 matching function. Note that REG_NOTEMPTY is not part of the POSIX