Home | History | Annotate | Download | only in lib

Lines Matching refs:REG_NOTBOL

221    REG_NOTBOL is set, then ^ does not match at the beginning of the
240 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
279 eflags & (REG_NOTBOL | REG_NOTEOL));
446 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
745 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF