REG_STARTEND       86 ext/ereg/regex/engine.c 	if (eflags&REG_STARTEND) {
REG_STARTEND       92 ext/ereg/regex/main.c 	if (eopts&REG_STARTEND) {
REG_STARTEND      254 ext/ereg/regex/main.c 	if (options('e', f1)&REG_STARTEND) {
REG_STARTEND      352 ext/ereg/regex/main.c 				o |= REG_STARTEND;
REG_STARTEND      124 ext/ereg/regex/regexec.c #	define	GOODFLAGS(f)	((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
REG_STARTEND      365 ext/pcre/pcrelib/pcreposix.c if ((eflags & REG_STARTEND) != 0)