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
303 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE2_NOTEMPTY; in regexec()
5967 if ((dat_datctl.options & PCRE2_NOTEMPTY) != 0) eflags |= REG_NOTEMPTY; in process_data()
884 REG_NOTEMPTY, and REG_NOTEOL, respectively, to be passed to regexec().
8742 REG_NOTEMPTY8745 matching function. Note that REG_NOTEMPTY is not part of the POSIX