Home
last modified time | relevance | path

Searched refs:REG_NOTEMPTY (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/
Dpcre2posix.h62 #define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX; maps to PCRE2_NOTEMPTY */ macro
Dpcre2posix.c308 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE2_NOTEMPTY; in regexec()
Dpcre2test.c6810 if ((dat_datctl.options & PCRE2_NOTEMPTY) != 0) eflags |= REG_NOTEMPTY; in process_data()
/external/pcre/dist2/doc/
Dpcre2test.txt1033 BOL, REG_NOTEMPTY, and REG_NOTEOL, respectively, to be passed to
Dpcre2.txt9570 REG_NOTEMPTY
9573 matching function. Note that REG_NOTEMPTY is not part of the POSIX