Home | History | Annotate | Download | only in lib

Lines Matching refs:REG_NOTEOL

222    string; if REG_NOTEOL is set, then $ does not match at the end.
240 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
279 eflags & (REG_NOTBOL | REG_NOTEOL));
447 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;