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

/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dregex_impl.h60 #define REG_NEWLINE 0010 macro
H A DRegex.cpp29 flags |= REG_NEWLINE;
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 Dregcomp.c363 if (p->g->cflags&REG_NEWLINE)
545 if (p->g->cflags&REG_NEWLINE)
721 if (p->g->cflags&REG_NEWLINE)
948 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-10.1-release/contrib/nvi/regex/
H A Dregex.h70 #define REG_NEWLINE 0010 macro
H A Dengine.c540 (m->g->cflags&REG_NEWLINE)) )
548 (m->g->cflags&REG_NEWLINE)) )
556 (m->g->cflags&REG_NEWLINE)) ||
567 (m->g->cflags&REG_NEWLINE)) ||
738 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
743 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
827 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
832 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c187 = #define REG_NEWLINE 0010
415 if (p->g->cflags&REG_NEWLINE)
635 if (p->g->cflags&REG_NEWLINE)
767 if (p->g->cflags&REG_NEWLINE)
1005 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-10.1-release/include/
H A Dregex.h68 #define REG_NEWLINE 0010 macro
/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h271 #define REG_NEWLINE (REG_ICASE << 1)
275 #define REG_NOSUB (REG_NEWLINE << 1)
269 #define REG_NEWLINE macro
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h271 #define REG_NEWLINE (REG_ICASE << 1)
275 #define REG_NOSUB (REG_NEWLINE << 1)
269 #define REG_NEWLINE macro
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h268 #define REG_NEWLINE (REG_ICASE << 1)
272 #define REG_NOSUB (REG_NEWLINE << 1)
266 #define REG_NEWLINE macro
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.h285 #define REG_NEWLINE (REG_ICASE << 1)
289 #define REG_NOSUB (REG_NEWLINE << 1)
283 #define REG_NEWLINE macro
H A Dregcomp.c443 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
455 If REG_NEWLINE is set, then . and [^...] don't match newline.
489 /* If REG_NEWLINE is set, newlines are treated differently. */
490 if (cflags & REG_NEWLINE)
491 { /* REG_NEWLINE implies neither . nor [^...] match newline. */
/freebsd-10.1-release/contrib/ncurses/form/
H A Dfty_regex.c115 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-10.1-release/usr.sbin/ctm/mkCTM/
H A Dmkctm.c504 if (regcomp(&reg_bogus, DEFAULT_BOGUS, REG_EXTENDED | REG_NEWLINE))
509 if (regcomp(&reg_ignore, DEFAULT_IGNORE, REG_EXTENDED | REG_NEWLINE))
529 REG_EXTENDED | REG_NEWLINE))
541 REG_EXTENDED | REG_NEWLINE))
/freebsd-10.1-release/lib/libc/regex/
H A Dengine.c611 (m->g->cflags&REG_NEWLINE)) )
619 (m->g->cflags&REG_NEWLINE)) )
627 (m->g->cflags&REG_NEWLINE)) ||
638 (m->g->cflags&REG_NEWLINE)) ||
816 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
821 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
919 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
924 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c180 = #define REG_NEWLINE 0010
404 if (p->g->cflags&REG_NEWLINE)
574 if (p->g->cflags&REG_NEWLINE)
734 if (cs->invert && p->g->cflags&REG_NEWLINE)
988 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-10.1-release/usr.bin/m4/
H A Dgnum4.c467 mode |= REG_NEWLINE;
502 REG_EXTENDED|REG_NEWLINE);
/freebsd-10.1-release/usr.bin/nl/
H A Dnl.c384 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/freebsd-10.1-release/lib/libc/regex/grot/
H A Dmain.c338 o |= REG_NEWLINE;
/freebsd-10.1-release/usr.bin/grep/regex/
H A Dtre-fastmatch.c467 fg->newline = (cflags & REG_NEWLINE); \
/freebsd-10.1-release/contrib/file/src/
H A Dsoftmagic.c1983 REG_EXTENDED|REG_NEWLINE|
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c7904 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
7916 If REG_NEWLINE is set, then . and [^...] don't match newline.
7962 /* If REG_NEWLINE is set, newlines are treated differently. */
7963 if (cflags & REG_NEWLINE)
7964 { /* REG_NEWLINE implies neither . nor [^...] match newline. */
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c7904 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
7916 If REG_NEWLINE is set, then . and [^...] don't match newline.
7962 /* If REG_NEWLINE is set, newlines are treated differently. */
7963 if (cflags & REG_NEWLINE)
7964 { /* REG_NEWLINE implies neither . nor [^...] match newline. */
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dconfigure24641 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );

Completed in 537 milliseconds