Home
last modified time | relevance | path

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

12

/dragonfly/lib/libc/tre-regex/
H A Dregex.h150 #define REG_NOTEOL (REG_NOTBOL << 1) macro
151 #define REG_STARTEND (REG_NOTEOL << 1)
155 #define REG_APPROX_MATCHER (REG_NOTEOL << 1)
/dragonfly/contrib/nvi2/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()
/dragonfly/contrib/binutils-2.27/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1) macro
/dragonfly/contrib/gcc-4.7/include/
H A Dxregex2.h286 #define REG_NOTEOL (1 << 1) macro
/dragonfly/contrib/gdb-7/include/
H A Dxregex2.h286 #define REG_NOTEOL (1 << 1) macro
/dragonfly/contrib/binutils-2.34/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1) macro
/dragonfly/contrib/gcc-8.0/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1) macro
/dragonfly/contrib/diffutils/lib/
H A Dregex.h336 #define REG_NOTEOL (1 << 1) macro
H A Dregexec.c199 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()
240 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()
393 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; in re_search_stub()
H A Dregex_internal.c935 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
/dragonfly/contrib/grep/lib/
H A Dregex.h336 #define REG_NOTEOL (1 << 1) macro
H A Dregexec.c199 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()
240 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()
393 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; in re_search_stub()
H A Dregex_internal.c933 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
/dragonfly/contrib/cvs-1.12/lib/
H A Dregex.h344 #define REG_NOTEOL (1 << 1) macro
H A Dregexec.c209 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()
248 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()
423 eflags |= (bufp->re_not_eol) ? REG_NOTEOL : 0; in re_search_stub()
H A Dregex_internal.c835 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
/dragonfly/tools/regression/lib/libc-regex/
H A Dtestregex.c384 #ifndef REG_NOTEOL
462 #ifndef REG_NOTEOL
463 #define REG_NOTEOL NOTEST macro
1612 eflags |= REG_NOTEOL; in main()
H A DREADME54 e REG_NOTEOL rhs does not match $
/dragonfly/contrib/nvi2/common/
H A Dsearch.c366 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND); in b_search()
/dragonfly/contrib/tre/lib/
H A Dtre-match-parallel.c127 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_parallel()
H A Dtre-match-backtrack.c216 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_backtrack()
/dragonfly/contrib/nvi2/ex/
H A Dex_subst.c757 eflags |= REG_NOTEOL; in s()
772 eflags |= REG_NOTEOL; in s()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dregex.c8019 private_preg.not_eol = !!(eflags & REG_NOTEOL);

12