REG_NOTEOL        934 compat/regex/regex_internal.c     return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
REG_NOTEOL        230 compat/regex/regexec.c   if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
REG_NOTEOL        269 compat/regex/regexec.c 		  eflags & (REG_NOTBOL | REG_NOTEOL));
REG_NOTEOL        421 compat/regex/regexec.c   eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;