Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcreposix.h63 #define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX; maps to PCRE_NOTEMPTY */ macro
Dpcreposix.c335 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE_NOTEMPTY; in regexec()
Dpcretest.c5057 if ((options & PCRE_NOTEMPTY) != 0) eflags |= REG_NOTEMPTY; in main()
DChangeLog2467 14. Added the non-standard REG_NOTEMPTY option to the POSIX interface.
/external/pcre/dist/doc/
Dpcretest.txt764 effect are \B, \N, and \Z, causing REG_NOTBOL, REG_NOTEMPTY, and
Dpcre.txt9696 REG_NOTEMPTY
9699 ing function. Note that REG_NOTEMPTY is not part of the POSIX standard.