Searched refs:REG_NOTBOL (Results 1 – 5 of 5) sorted by relevance
238 #define REG_NOTBOL 1 macro
4820 private_preg.not_bol = !!(eflags & REG_NOTBOL);
286 #define REG_NOTBOL 1 macro
199 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()240 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()391 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; in re_search_stub()682 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_search_internal()
594 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_string_reconstruct()