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