Home
last modified time | relevance | path

Searched refs:REG_NOTEOL (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/nvi/regex/
H A Dregex.h93 #define REG_NOTEOL 00002 macro
H A Dregexec.c159 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c523 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
542 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
715 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in fast()
798 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in slow()
/freebsd-12.1/contrib/llvm/lib/Support/
H A Dregex_impl.h87 #define REG_NOTEOL 00002 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
H A Dregengine.inc529 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
548 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
801 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/freebsd-12.1/include/
H A Dregex.h99 #define REG_NOTEOL 00002 macro
/freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/
H A DREADME28 $ REG_NOTEOL
H A Dmain.c369 o |= REG_NOTEOL; in options()
/freebsd-12.1/contrib/gdb/include/
H A Dxregex2.h283 #define REG_NOTEOL (1 << 1) macro
/freebsd-12.1/contrib/binutils/include/
H A Dxregex2.h286 #define REG_NOTEOL (1 << 1) macro
/freebsd-12.1/contrib/gcclibs/include/
H A Dxregex2.h286 #define REG_NOTEOL (1 << 1) macro
/freebsd-12.1/contrib/libgnuregex/
H A Dregex.h300 #define REG_NOTEOL (1 << 1) macro
H A Dregexec.c231 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
270 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()
430 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;
H A Dregex_internal.c930 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
/freebsd-12.1/lib/libc/regex/
H A Dregexec.c219 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c658 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
674 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
860 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in walk()
/freebsd-12.1/contrib/nvi/common/
H A Dsearch.c387 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND); in b_search()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_subst.c763 eflags |= REG_NOTEOL; in s()
778 eflags |= REG_NOTEOL; in s()
/freebsd-12.1/lib/libc/regex/grot/
H A Dmain.c340 o |= REG_NOTEOL; in options()
H A Dtests29 # $ REG_NOTEOL
/freebsd-12.1/gnu/usr.bin/grep/tests/
H A Dtests28 # $ REG_NOTEOL
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dregex.c8014 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/freebsd-12.1/contrib/binutils/libiberty/
H A Dregex.c8014 private_preg.not_eol = !!(eflags & REG_NOTEOL);