Home
last modified time | relevance | path

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

123

/netbsd-src/external/bsd/tre/dist/include/tre/
H A Dtre.h100 #define REG_NEWLINE (REG_ICASE << 1)
101 #define REG_NOSUB (REG_NEWLINE << 1)
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dxregex2.h268 #define REG_NEWLINE (REG_ICASE << 1) macro
272 #define REG_NOSUB (REG_NEWLINE << 1)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.h272 #define REG_NEWLINE (REG_ICASE << 1) macro
276 #define REG_NOSUB (REG_NEWLINE << 1)
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dxregex2.h268 #define REG_NEWLINE (REG_ICASE << 1) macro
272 #define REG_NOSUB (REG_NEWLINE << 1)
/netbsd-src/external/gpl2/grep/dist/lib/posix/
H A Dregex.h269 #define REG_NEWLINE (REG_ICASE << 1) macro
273 #define REG_NOSUB (REG_NEWLINE << 1)
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dxregex2.h268 #define REG_NEWLINE (REG_ICASE << 1) macro
272 #define REG_NOSUB (REG_NEWLINE << 1)
/netbsd-src/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h265 #define REG_NEWLINE (REG_ICASE << 1) macro
269 #define REG_NOSUB (REG_NEWLINE << 1)
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dxregex2.h268 #define REG_NEWLINE (REG_ICASE << 1) macro
272 #define REG_NOSUB (REG_NEWLINE << 1)
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre.h108 #define REG_NEWLINE (REG_ICASE << 1) in __weak_alias()
109 #define REG_NOSUB (REG_NEWLINE << 1) in __weak_alias()
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixlib.c191 flags = (match ? REG_EXTENDED|REG_NEWLINE in compile_re()
192 : REG_EXTENDED|REG_NEWLINE|REG_NOSUB); in compile_re()
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixlib.c191 flags = (match ? REG_EXTENDED|REG_NEWLINE in compile_re()
192 : REG_EXTENDED|REG_NEWLINE|REG_NOSUB); in compile_re()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex_impl.h60 #define REG_NEWLINE 0010 macro
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 DRegex.cpp36 flags |= REG_NEWLINE; in Regex()
H A 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()
/netbsd-src/external/bsd/nvi/dist/regex/
H A Dregex.h70 #define REG_NEWLINE 0010 macro
/netbsd-src/include/
H A Dregex.h101 #define REG_NEWLINE 0010
100 #define REG_NEWLINE global() macro
/netbsd-src/lib/libform/
H A Dtype_regex.c67 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) != 0) { in create_regex_args()
/netbsd-src/external/bsd/tre/dist/tests/
H A Drandtest.c63 flags < (REG_EXTENDED | REG_ICASE | REG_NEWLINE | REG_NOSUB); in main()
H A Dretest.c1180 test_comp("^abc", REG_NEWLINE, 0); in main()
1187 test_comp("abc$", REG_NEWLINE, 0); in main()
1194 test_comp("^abc$", REG_NEWLINE, 0); in main()
1248 test_comp("x$\n^y", REG_EXTENDED | REG_NEWLINE, 0); in main()
1254 test_comp("^$", REG_NEWLINE, 0); in main()
1262 test_comp(".*", REG_NEWLINE, 0); in main()
/netbsd-src/tests/lib/libc/regex/data/
H A Danchor.in1 # anchoring and REG_NEWLINE
/netbsd-src/lib/libc/regex/
H A Dengine.c631 (m->g->cflags&REG_NEWLINE)) || \
715 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE))) in backref()
723 (m->g->cflags&REG_NEWLINE)) ) in backref()
933 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in walk()
938 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in walk()
/netbsd-src/tests/lib/libc/regex/
H A DREADME26 n REG_NEWLINE
/netbsd-src/usr.bin/nl/
H A Dnl.c382 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex.h327 #define REG_NEWLINE (1 << 2) macro

123