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

/freebsd-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h60 #define REG_NEWLINE 0010 macro
H A Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A DRegex.cpp36 flags |= REG_NEWLINE;
H A Dregcomp.c499 if (p->g->cflags&REG_NEWLINE)
681 if (p->g->cflags&REG_NEWLINE)
857 if (p->g->cflags&REG_NEWLINE)
1084 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-13-stable/include/
H A Dregex.h70 #define REG_NEWLINE 0010 macro
/freebsd-13-stable/contrib/ncurses/form/
H A Dfty_regex.c131 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-13-stable/usr.bin/m4/
H A Dgnum4.c494 mode |= REG_NEWLINE;
531 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE);
/freebsd-13-stable/usr.bin/nl/
H A Dnl.c386 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/freebsd-13-stable/lib/libc/regex/
H A Dengine.c608 (m->g->cflags&REG_NEWLINE)) || \
684 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
692 (m->g->cflags&REG_NEWLINE)) )
897 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
902 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c360 = #define REG_NEWLINE 0010
468 if (p->g->cflags&REG_NEWLINE)
869 if (p->g->cflags&REG_NEWLINE)
1049 if (cs->invert && p->g->cflags&REG_NEWLINE)
1417 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-13-stable/lib/libc/regex/grot/
H A Dmain.c327 o |= REG_NEWLINE;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c356 o |= REG_NEWLINE;
/freebsd-13-stable/usr.bin/diff/
H A Ddiff.c335 REG_NEWLINE | REG_EXTENDED)) != 0) {
/freebsd-13-stable/usr.bin/grep/
H A Dgrep.c69 int cflags = REG_NOSUB | REG_NEWLINE;
/freebsd-13-stable/contrib/file/src/
H A Dsoftmagic.c2180 REG_EXTENDED|REG_NEWLINE|
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure24270 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );

Completed in 297 milliseconds