REG_NOTBOL        293 pcre/pcreposix.cpp if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL;
REG_NOTBOL       1970 pcre/pcretest.cpp       if ((options & PCRE_NOTBOL) != 0) eflags |= REG_NOTBOL;