Searched refs:REG_NOTBOL (Results 1 – 9 of 9) sorted by relevance
16 constant REG_NOTBOL
126 eflags |= REG_NOTBOL; in main()
333 #define REG_NOTBOL 1 macro
495 eflags |= REG_NOTBOL; in main()
200 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()241 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()393 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; in re_search_stub()672 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_search_internal()
262 - match_default match_not_bol match_not_eol normal REG_EXTENDED REG_NOTBOL REG_NOTEOL
598 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_string_reconstruct()
27 # ^ REG_NOTBOL
1477 @item REG_NOTBOL