REG_NOTEOL 902 maint/gnulib/lib/regex_internal.c return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF REG_NOTEOL 194 maint/gnulib/lib/regexec.c if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) REG_NOTEOL 235 maint/gnulib/lib/regexec.c eflags & (REG_NOTBOL | REG_NOTEOL)); REG_NOTEOL 388 maint/gnulib/lib/regexec.c eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;