REG_NOTEOL        934 maint/gnulib/lib/regex_internal.c     return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
REG_NOTEOL        200 maint/gnulib/lib/regexec.c   if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
REG_NOTEOL        241 maint/gnulib/lib/regexec.c 		  eflags & (REG_NOTBOL | REG_NOTEOL));
REG_NOTEOL        394 maint/gnulib/lib/regexec.c   eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;