Searched refs:REG_NOTBOL (Results 1 – 5 of 5) sorted by relevance
291 #define REG_NOTBOL 1 macro
364 #ifndef REG_NOTBOL436 #ifndef REG_NOTBOL437 #define REG_NOTBOL NOTEST macro1492 eflags |= REG_NOTBOL; in old_main()
224 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()378 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; in re_search_stub()630 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_search_internal()
574 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_string_reconstruct()
8094 private_preg.not_bol = !!(eflags & REG_NOTBOL); in regexec()
Completed in 28 milliseconds