Searched refs:REG_NOTEMPTY (Results 1 – 4 of 4) sorted by relevance
63 #define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX; maps to PCRE_NOTEMPTY */ macro
335 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE_NOTEMPTY; in regexec()
2467 14. Added the non-standard REG_NOTEMPTY option to the POSIX interface.
9696 REG_NOTEMPTY9699 ing function. Note that REG_NOTEMPTY is not part of the POSIX standard.
Completed in 39 milliseconds