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.c303 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE2_NOTEMPTY; in regexec()
Dpcre2test.c5967 if ((dat_datctl.options & PCRE2_NOTEMPTY) != 0) eflags |= REG_NOTEMPTY; in process_data()
/external/pcre/dist2/doc/
Dpcre2test.txt884 REG_NOTEMPTY, and REG_NOTEOL, respectively, to be passed to regexec().
Dpcre2.txt8742 REG_NOTEMPTY
8745 matching function. Note that REG_NOTEMPTY is not part of the POSIX