Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/nvi/regex/
Dengine.c517 (m->g->cflags&REG_NEWLINE)) ) in backref()
525 (m->g->cflags&REG_NEWLINE)) ) in backref()
533 (m->g->cflags&REG_NEWLINE)) || in backref()
544 (m->g->cflags&REG_NEWLINE)) || in backref()
709 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
714 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
792 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
797 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
Dregex.h66 #define REG_NEWLINE 0010 macro
Dregcomp.c399 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
615 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
745 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/freebsd-12-stable/contrib/binutils/include/
Dxregex2.h269 #define REG_NEWLINE (REG_ICASE << 1) macro
273 #define REG_NOSUB (REG_NEWLINE << 1)
/freebsd-12-stable/contrib/gcclibs/include/
Dxregex2.h269 #define REG_NEWLINE (REG_ICASE << 1) macro
273 #define REG_NOSUB (REG_NEWLINE << 1)
/freebsd-12-stable/contrib/gdb/include/
Dxregex2.h266 #define REG_NEWLINE (REG_ICASE << 1) macro
270 #define REG_NOSUB (REG_NEWLINE << 1)
/freebsd-12-stable/contrib/libgnuregex/
Dregex.h283 #define REG_NEWLINE (REG_ICASE << 1) macro
287 #define REG_NOSUB (REG_NEWLINE << 1)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
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) ||
DRegex.cpp36 flags |= REG_NEWLINE; in Regex()
Dregcomp.c499 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
681 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
857 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/freebsd-12-stable/include/
Dregex.h70 #define REG_NEWLINE 0010 macro
/freebsd-12-stable/usr.sbin/ctm/mkCTM/
Dmkctm.c504 if (regcomp(&reg_bogus, DEFAULT_BOGUS, REG_EXTENDED | REG_NEWLINE)) in main()
509 if (regcomp(&reg_ignore, DEFAULT_IGNORE, REG_EXTENDED | REG_NEWLINE)) in main()
529 REG_EXTENDED | REG_NEWLINE)) in main()
541 REG_EXTENDED | REG_NEWLINE)) in main()
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/data/
Danchor.in1 # anchoring and REG_NEWLINE
/freebsd-12-stable/lib/libc/regex/
Dengine.c608 (m->g->cflags&REG_NEWLINE)) || \
684 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE))) in backref()
692 (m->g->cflags&REG_NEWLINE)) ) in backref()
897 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in walk()
902 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in walk()
Dregcomp.c452 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
853 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
1033 if (cs->invert && p->g->cflags&REG_NEWLINE) in p_bracket()
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/
DREADME26 n REG_NEWLINE
Dmain.c356 o |= REG_NEWLINE; in options()
/freebsd-12-stable/usr.bin/m4/
Dgnum4.c494 mode |= REG_NEWLINE; in dopatsubst()
531 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE); in doregexp()
/freebsd-12-stable/contrib/ncurses/form/
Dfty_regex.c123 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
/freebsd-12-stable/usr.bin/nl/
Dnl.c386 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
/freebsd-12-stable/usr.bin/diff/
Ddiff.c335 REG_NEWLINE | REG_EXTENDED)) != 0) { in main()
/freebsd-12-stable/lib/libc/regex/grot/
Dmain.c327 o |= REG_NEWLINE; in options()
/freebsd-12-stable/usr.bin/grep/
Dgrep.c70 int cflags = REG_NOSUB | REG_NEWLINE;
/freebsd-12-stable/gnu/usr.bin/grep/tests/
Dtests26 # n REG_NEWLINE
61 # anchoring and REG_NEWLINE

12