PCRE_NOTEMPTY 630 pcre/pcre_dfa_exec.cpp else if (ptr > current_subject || (md->moptions & PCRE_NOTEMPTY) == 0) PCRE_NOTEMPTY 4614 pcre/pcre_exec.cpp md->notempty = (options & PCRE_NOTEMPTY) != 0; PCRE_NOTEMPTY 505 pcre/pcre_internal.h (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NO_UTF8_CHECK| \ PCRE_NOTEMPTY 509 pcre/pcre_internal.h (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NO_UTF8_CHECK| \ PCRE_NOTEMPTY 245 pcre/pcredemo.cpp options = PCRE_NOTEMPTY | PCRE_ANCHORED; PCRE_NOTEMPTY 1873 pcre/pcretest.cpp options |= PCRE_NOTEMPTY; PCRE_NOTEMPTY 2331 pcre/pcretest.cpp g_notempty = PCRE_NOTEMPTY | PCRE_ANCHORED;