Home
last modified time | relevance | path

Searched refs:REG_NOTBOL (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h86 #define REG_NOTBOL 00001 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
H A Dregengine.inc562 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
578 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
755 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
860 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
/freebsd/contrib/nvi/regex/
H A Dregex.h92 #define REG_NOTBOL 00001 macro
H A Dregexec.c159 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c515 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
531 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
710 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in fast()
793 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in slow()
/freebsd/include/
H A Dregex.h96 #define REG_NOTBOL 00001 macro
/freebsd/contrib/nvi/common/
H A Dsearch.c238 (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()
/freebsd/lib/libc/regex/
H A Dengine.c598 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || \
665 if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0) in backref()
677 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
866 if (start == m->offp || (start == m->beginp && !(m->eflags&REG_NOTBOL))) in walk()
893 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in walk()
902 if (lastc == OUT && (m->eflags & REG_NOTBOL) == 0) { in walk()
H A Dregexec.c211 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A DREADME27 ^ REG_NOTBOL
H A Dmain.c369 o |= REG_NOTBOL; in options()
/freebsd/usr.bin/m4/
H A Dgnum4.c342 flags = REG_NOTBOL; in do_subst()
357 flags = REG_NOTBOL; in do_subst()
/freebsd/bin/ed/
H A Dsub.c205 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL)); in substitute_matching_text()
/freebsd/contrib/less/
H A Dpattern.c327 int flags = (notbol) ? REG_NOTBOL : 0; in match_pattern1()
/freebsd/lib/libc/regex/grot/
H A Dmain.c334 o |= REG_NOTBOL; in options()
H A Dtests27 # ^ REG_NOTBOL
/freebsd/usr.bin/grep/
H A Dutil.c535 leflags |= REG_NOTBOL; in procline()
/freebsd/usr.bin/sed/
H A Dprocess.c452 regexec_e(re, ps, REG_NOTBOL, 0, le, psl)); in substitute()
/freebsd/contrib/nvi/ex/
H A Dex_subst.c562 eflags |= REG_NOTBOL; in s()
/freebsd/contrib/bmake/
H A Dvar.c1677 flags |= REG_NOTBOL; in ModifyWord_SubstRegex()