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

12

/freebsd-11-stable/include/
H A Dregex.h68 #define REG_NEWLINE 0010 macro
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h60 #define REG_NEWLINE 0010 macro
H A DRegex.cpp35 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.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-11-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-11-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-11-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-11-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-11-stable/contrib/ncurses/form/
H A Dfty_regex.c123 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-11-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-11-stable/usr.bin/m4/
H A Dgnum4.c494 mode |= REG_NEWLINE;
531 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE);
/freebsd-11-stable/usr.bin/nl/
H A Dnl.c387 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c609 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
617 (m->g->cflags&REG_NEWLINE)) )
633 (m->g->cflags&REG_NEWLINE)) ||
811 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
816 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c210 = #define REG_NEWLINE 0010
418 if (p->g->cflags&REG_NEWLINE)
726 if (p->g->cflags&REG_NEWLINE)
893 if (cs->invert && p->g->cflags&REG_NEWLINE)
1146 - nonnewline - emit REG_NEWLINE version of OANY
/freebsd-11-stable/usr.bin/diff/
H A Ddiff.c291 REG_NEWLINE | REG_EXTENDED)) != 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c356 o |= REG_NEWLINE;
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c327 o |= REG_NEWLINE;
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c84 int cflags = REG_NOSUB | REG_NEWLINE;
/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c480 fg->newline = (cflags & REG_NEWLINE); \
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c2180 REG_EXTENDED|REG_NEWLINE|

Completed in 343 milliseconds

12