PCRE_NOTBOL       698 pcre/pcre_dfa_exec.cpp       if ((ptr == start_subject && (md->moptions & PCRE_NOTBOL) == 0) ||
PCRE_NOTBOL      4612 pcre/pcre_exec.cpp md->notbol = (options & PCRE_NOTBOL) != 0;
PCRE_NOTBOL       505 pcre/pcre_internal.h   (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NO_UTF8_CHECK| \
PCRE_NOTBOL       509 pcre/pcre_internal.h   (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NO_UTF8_CHECK| \
PCRE_NOTBOL       293 pcre/pcreposix.cpp if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL;
PCRE_NOTBOL      1774 pcre/pcretest.cpp         options |= PCRE_NOTBOL;
PCRE_NOTBOL      1970 pcre/pcretest.cpp       if ((options & PCRE_NOTBOL) != 0) eflags |= REG_NOTBOL;