Searched refs:REG_NEWLINE (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/contrib/nvi/regex/
H A Dregex.h66 #define REG_NEWLINE 0010 macro
H A Dengine.c517 (m->g->cflags&REG_NEWLINE)) )
525 (m->g->cflags&REG_NEWLINE)) )
533 (m->g->cflags&REG_NEWLINE)) ||
544 (m->g->cflags&REG_NEWLINE)) ||
709 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
714 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
792 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
797 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c399 if (p->g->cflags&REG_NEWLINE)
615 if (p->g->cflags&REG_NEWLINE)
745 if (p->g->cflags&REG_NEWLINE)
975 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h60 #define REG_NEWLINE 0010 macro
H A Dregengine.inc564 (m->g->cflags&REG_NEWLINE)) )
572 (m->g->cflags&REG_NEWLINE)) )
580 (m->g->cflags&REG_NEWLINE)) ||
591 (m->g->cflags&REG_NEWLINE)) ||
754 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
759 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
859 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
864 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A DRegex.cpp33 flags |= REG_NEWLINE;
H A Dregcomp.c499 if (p->g->cflags&REG_NEWLINE)
681 if (p->g->cflags&REG_NEWLINE)
859 if (p->g->cflags&REG_NEWLINE)
1086 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-current/include/
H A Dregex.h67 #define REG_NEWLINE 0010 macro
/freebsd-current/contrib/ncurses/form/
H A Dfty_regex.c131 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-current/usr.bin/m4/
H A Dgnum4.c492 mode |= REG_NEWLINE;
529 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE);
/freebsd-current/usr.bin/grep/
H A Dgrep.c66 int cflags = REG_NOSUB | REG_NEWLINE;
562 cflags &= ~REG_NEWLINE;
/freebsd-current/usr.bin/nl/
H A Dnl.c378 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/freebsd-current/lib/libc/regex/
H A Dengine.c603 (m->g->cflags&REG_NEWLINE)) || \
679 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
687 (m->g->cflags&REG_NEWLINE)) )
892 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
897 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c352 = #define REG_NEWLINE 0010
462 if (p->g->cflags&REG_NEWLINE)
876 if (p->g->cflags&REG_NEWLINE)
1059 if (cs->invert && p->g->cflags&REG_NEWLINE)
1427 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c356 o |= REG_NEWLINE;
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c324 o |= REG_NEWLINE;
/freebsd-current/usr.bin/diff/
H A Ddiff.c486 error = regcomp(comp, pattern, REG_NEWLINE | REG_EXTENDED);
/freebsd-current/contrib/file/src/
H A Dsoftmagic.c2086 rc = file_regcomp(ms, rx, m->value.s, REG_EXTENDED | REG_NEWLINE |
/freebsd-current/contrib/ntp/sntp/
H A Dconfigure26432 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );

Completed in 492 milliseconds