REG_NOTEOL        936 lib/regex_internal.c     return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
REG_NOTEOL        240 lib/regexec.c    if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
REG_NOTEOL        279 lib/regexec.c  		  eflags & (REG_NOTBOL | REG_NOTEOL));
REG_NOTEOL        453 lib/regexec.c    eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;