Home
last modified time | relevance | path

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

/mirbsd/src/include/
Dregex.h105 #define REG_NOTEOL 00002 macro
/mirbsd/src/lib/libc/regex/
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
Dengine.c526 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
545 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
717 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in fast()
800 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in slow()
/mirbsd/src/gnu/usr.bin/binutils/include/
Dxregex2.h283 #define REG_NOTEOL (1 << 1) macro
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregex.h344 #define REG_NOTEOL (1 << 1) macro
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()
Dregex_internal.c826 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
/mirbsd/src/usr.bin/vi/common/
Dsearch.c376 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND);
/mirbsd/src/usr.bin/vi/ex/
Dex_subst.c769 eflags |= REG_NOTEOL;
784 eflags |= REG_NOTEOL;
/mirbsd/src/lib/libc/regex/test/
Dmain.c366 o |= REG_NOTEOL; in options()
Dtests31 # $ REG_NOTEOL
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_request.c481 if (!ap_regexec(entry_core->r, test_dirname, 0, NULL, REG_NOTEOL)) { in directory_walk()