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

/freebsd-9.3-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-9.3-release/include/
H A Dregex.h68 #define REG_NEWLINE 0010 macro
/freebsd-9.3-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-9.3-release/contrib/cvs/lib/
H A Dregex.h238 #define REG_NEWLINE (REG_ICASE << 1)
242 #define REG_NOSUB (REG_NEWLINE << 1)
236 #define REG_NEWLINE macro
H A Dregex.c6172 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
6183 If REG_NEWLINE is set, then . and [^...] don't match newline.
6213 REG_NEWLINE case: if we used a fastmap, we'd have to put all the
6235 /* If REG_NEWLINE is set, newlines are treated differently. */
6236 if (cflags & REG_NEWLINE)
6237 { /* REG_NEWLINE implies neither . nor [^...] match newline. */
/freebsd-9.3-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-9.3-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-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h288 #define REG_NEWLINE (REG_ICASE << 1)
292 #define REG_NOSUB (REG_NEWLINE << 1)
286 #define REG_NEWLINE macro
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_regex.c115 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-9.3-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-9.3-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)
564 if (p->g->cflags&REG_NEWLINE)
718 if (cs->invert && p->g->cflags&REG_NEWLINE)
972 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c467 mode |= REG_NEWLINE;
502 REG_EXTENDED|REG_NEWLINE);
/freebsd-9.3-release/usr.bin/nl/
H A Dnl.c388 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c338 o |= REG_NEWLINE;
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dtre-fastmatch.c467 fg->newline = (cflags & REG_NEWLINE); \
/freebsd-9.3-release/contrib/file/src/
H A Dsoftmagic.c1983 REG_EXTENDED|REG_NEWLINE|
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c452 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
464 If REG_NEWLINE is set, then . and [^...] don't match newline.
498 /* If REG_NEWLINE is set, newlines are treated differently. */
499 if (cflags & REG_NEWLINE)
500 { /* REG_NEWLINE implies neither . nor [^...] match newline. */
/freebsd-9.3-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-9.3-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-9.3-release/contrib/ntp/sntp/
H A Dconfigure24641 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );

Completed in 419 milliseconds