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

12

/freebsd-10-stable/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-stable/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-stable/include/
H A Dregex.h68 #define REG_NEWLINE 0010 macro
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/contrib/ncurses/form/
H A Dfty_regex.c115 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-10-stable/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-stable/lib/libc/regex/
H A Dengine.c611 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
619 (m->g->cflags&REG_NEWLINE)) )
635 (m->g->cflags&REG_NEWLINE)) ||
813 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
818 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
916 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
921 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c179 = #define REG_NEWLINE 0010
420 if (p->g->cflags&REG_NEWLINE)
592 if (p->g->cflags&REG_NEWLINE)
754 if (cs->invert && p->g->cflags&REG_NEWLINE)
1008 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-10-stable/usr.bin/m4/
H A Dgnum4.c467 mode |= REG_NEWLINE;
502 REG_EXTENDED|REG_NEWLINE);
/freebsd-10-stable/usr.bin/nl/
H A Dnl.c384 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c356 o |= REG_NEWLINE;
/freebsd-10-stable/lib/libc/regex/grot/
H A Dmain.c327 o |= REG_NEWLINE;
/freebsd-10-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c467 fg->newline = (cflags & REG_NEWLINE); \
/freebsd-10-stable/contrib/file/src/
H A Dsoftmagic.c1875 REG_EXTENDED|REG_NEWLINE|
/freebsd-10-stable/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-stable/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. */

Completed in 212 milliseconds

12