REG_NOTBOL 175 ext/mbstring/oniguruma/regposix.c if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; REG_NOTBOL 272 ext/pcre/pcrelib/pcreposix.c if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; REG_NOTBOL 337 ext/standard/reg.c err = regexec(&re, &string[pos], re.re_nsub+1, subs, (pos ? REG_NOTBOL : 0)); REG_NOTBOL 463 regex/engine.c if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) || REG_NOTBOL 479 regex/engine.c if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) || REG_NOTBOL 659 regex/engine.c (lastc == OUT && !(m->eflags®_NOTBOL)) ) { REG_NOTBOL 748 regex/engine.c (lastc == OUT && !(m->eflags®_NOTBOL)) ) { REG_NOTBOL 346 regex/main.c o |= REG_NOTBOL; REG_NOTBOL 124 regex/regexec.c # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))