Searched refs:REG_NOTBOL (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/nvi/regex/
H A Dregex.h92 #define REG_NOTBOL 00001 macro
H A Dregexec.c140 = #define REG_NOTBOL 00001
159 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c515 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
531 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
710 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
793 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
/freebsd-current/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))
/freebsd-current/include/
H A Dregex.h96 #define REG_NOTBOL 00001 macro
/freebsd-current/contrib/nvi/common/
H A Dsearch.c238 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
406 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) |
/freebsd-current/lib/libc/regex/
H A Dengine.c598 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || \
665 if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0)
677 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
866 if (start == m->offp || (start == m->beginp && !(m->eflags&REG_NOTBOL)))
893 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
902 if (lastc == OUT && (m->eflags & REG_NOTBOL) == 0) {
H A Dregexec.c189 = #define REG_NOTBOL 00001
211 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/freebsd-current/usr.bin/m4/
H A Dgnum4.c342 flags = REG_NOTBOL;
357 flags = REG_NOTBOL;
/freebsd-current/bin/ed/
H A Dsub.c205 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
/freebsd-current/contrib/less/
H A Dpattern.c325 int flags = (notbol) ? REG_NOTBOL : 0;
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c369 o |= REG_NOTBOL;
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c334 o |= REG_NOTBOL;
/freebsd-current/usr.bin/grep/
H A Dutil.c526 leflags |= REG_NOTBOL;
/freebsd-current/usr.bin/sed/
H A Dprocess.c452 regexec_e(re, ps, REG_NOTBOL, 0, le, psl));
/freebsd-current/contrib/nvi/ex/
H A Dex_subst.c562 eflags |= REG_NOTBOL;
/freebsd-current/contrib/bmake/
H A Dvar.c1631 flags |= REG_NOTBOL;

Completed in 245 milliseconds