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