| /netbsd-src/external/bsd/tre/dist/include/tre/ |
| H A D | tre.h | 100 #define REG_NEWLINE (REG_ICASE << 1) 101 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | xregex2.h | 268 #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 D | regex.h | 272 #define REG_NEWLINE (REG_ICASE << 1) macro 276 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | xregex2.h | 268 #define REG_NEWLINE (REG_ICASE << 1) macro 272 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /netbsd-src/external/gpl2/grep/dist/lib/posix/ |
| H A D | regex.h | 269 #define REG_NEWLINE (REG_ICASE << 1) macro 273 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | xregex2.h | 268 #define REG_NEWLINE (REG_ICASE << 1) macro 272 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/posix/ |
| H A D | regex.h | 265 #define REG_NEWLINE (REG_ICASE << 1) macro 269 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | xregex2.h | 268 #define REG_NEWLINE (REG_ICASE << 1) macro 272 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /netbsd-src/external/bsd/tre/dist/lib/ |
| H A D | tre.h | 108 #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 D | fixlib.c | 191 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 D | fixlib.c | 191 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 D | regex_impl.h | 60 #define REG_NEWLINE 0010 macro
|
| H A D | regengine.inc | 523 (m->g->cflags®_NEWLINE)) ) 531 (m->g->cflags®_NEWLINE)) ) 539 (m->g->cflags®_NEWLINE)) || 550 (m->g->cflags®_NEWLINE)) || 712 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || 717 if ( (c == '\n' && m->g->cflags®_NEWLINE) || 795 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || 800 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||
|
| H A D | Regex.cpp | 36 flags |= REG_NEWLINE; in Regex()
|
| H A D | regcomp.c | 499 if (p->g->cflags®_NEWLINE) in p_ere_exp() 681 if (p->g->cflags®_NEWLINE) in p_simp_re() 857 if (p->g->cflags®_NEWLINE) in p_bracket()
|
| /netbsd-src/external/bsd/nvi/dist/regex/ |
| H A D | regex.h | 70 #define REG_NEWLINE 0010 macro
|
| /netbsd-src/include/ |
| H A D | regex.h | 101 #define REG_NEWLINE 0010 100 #define REG_NEWLINE global() macro
|
| /netbsd-src/lib/libform/ |
| H A D | type_regex.c | 67 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) != 0) { in create_regex_args()
|
| /netbsd-src/external/bsd/tre/dist/tests/ |
| H A D | randtest.c | 63 flags < (REG_EXTENDED | REG_ICASE | REG_NEWLINE | REG_NOSUB); in main()
|
| H A D | retest.c | 1180 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 D | anchor.in | 1 # anchoring and REG_NEWLINE
|
| /netbsd-src/lib/libc/regex/ |
| H A D | engine.c | 631 (m->g->cflags®_NEWLINE)) || \ 715 *(sp-1) == '\n' && (m->g->cflags®_NEWLINE))) in backref() 723 (m->g->cflags®_NEWLINE)) ) in backref() 933 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in walk() 938 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in walk()
|
| /netbsd-src/tests/lib/libc/regex/ |
| H A D | README | 26 n REG_NEWLINE
|
| /netbsd-src/usr.bin/nl/ |
| H A D | nl.c | 382 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | regex.h | 327 #define REG_NEWLINE (1 << 2) macro
|