Searched refs:REG_NOTEMPTY (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcreposix.h63 #define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX; maps to PCRE_NOTEMPTY */ macro
H A Dpcreposix.c335 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE_NOTEMPTY;
H A Dpcretest.c5054 if ((options & PCRE_NOTEMPTY) != 0) eflags |= REG_NOTEMPTY;

Completed in 380 milliseconds