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