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

/freebsd-13-stable/contrib/nvi/regex/
H A Dregex.h93 #define REG_NOTEOL 00002 macro
H A Dregexec.c141 = #define REG_NOTEOL 00002
159 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c523 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
542 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
715 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
798 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/freebsd-13-stable/contrib/llvm-project/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))
/freebsd-13-stable/include/
H A Dregex.h100 #define REG_NOTEOL 00002 macro
/freebsd-13-stable/lib/libc/regex/
H A Dregexec.c198 = #define REG_NOTEOL 00002
219 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c606 (((sp == m->endp && !(m->eflags&REG_NOTEOL)) || \
676 if (sp == m->endp && (m->eflags & REG_NOTEOL) == 0)
690 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
903 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
912 if (c == OUT && (m->eflags & REG_NOTEOL) == 0) {
/freebsd-13-stable/contrib/nvi/common/
H A Dsearch.c366 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND);
/freebsd-13-stable/lib/libc/regex/grot/
H A Dmain.c340 o |= REG_NOTEOL;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c372 o |= REG_NOTEOL;
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_subst.c751 * match, do one. Set REG_NOTEOL so the '$' pattern
758 eflags |= REG_NOTEOL;
767 * the string match. Set REG_NOTEOL so the '$' pattern
773 eflags |= REG_NOTEOL;

Completed in 147 milliseconds