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
324 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE_NOTEMPTY; in regexec()
1530 14. Added the non-standard REG_NOTEMPTY option to the POSIX interface.
9155 REG_NOTEMPTY9158 ing function. Note that REG_NOTEMPTY is not part of the POSIX standard.
Completed in 50 milliseconds