Searched refs:REG_NOTBOL (Results 1 – 21 of 21) sorted by relevance
86 #define REG_NOTBOL 00001 macro
148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
562 if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) ||578 if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) ||755 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {860 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {
92 #define REG_NOTBOL 00001 macro
159 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
515 if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()531 if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()710 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in fast()793 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in slow()
96 #define REG_NOTBOL 00001 macro
238 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND); in f_search()406 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | in b_search()
598 ((sp == m->beginp && !(m->eflags®_NOTBOL)) || \665 if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0) in backref()677 if ((sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()866 if (start == m->offp || (start == m->beginp && !(m->eflags®_NOTBOL))) in walk()893 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in walk()902 if (lastc == OUT && (m->eflags & REG_NOTBOL) == 0) { in walk()
211 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
27 ^ REG_NOTBOL
369 o |= REG_NOTBOL; in options()
342 flags = REG_NOTBOL; in do_subst()357 flags = REG_NOTBOL; in do_subst()
205 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL)); in substitute_matching_text()
327 int flags = (notbol) ? REG_NOTBOL : 0; in match_pattern1()
334 o |= REG_NOTBOL; in options()
27 # ^ REG_NOTBOL
535 leflags |= REG_NOTBOL; in procline()
452 regexec_e(re, ps, REG_NOTBOL, 0, le, psl)); in substitute()
562 eflags |= REG_NOTBOL; in s()
1677 flags |= REG_NOTBOL; in ModifyWord_SubstRegex()