| /freebsd-12-stable/contrib/nvi/regex/ |
| D | engine.c | 517 (m->g->cflags®_NEWLINE)) ) in backref() 525 (m->g->cflags®_NEWLINE)) ) in backref() 533 (m->g->cflags®_NEWLINE)) || in backref() 544 (m->g->cflags®_NEWLINE)) || in backref() 709 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in fast() 714 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in fast() 792 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in slow() 797 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in slow()
|
| D | regex.h | 66 #define REG_NEWLINE 0010 macro
|
| D | regcomp.c | 399 if (p->g->cflags®_NEWLINE) in p_ere_exp() 615 if (p->g->cflags®_NEWLINE) in p_simp_re() 745 if (p->g->cflags®_NEWLINE) in p_bracket()
|
| /freebsd-12-stable/contrib/binutils/include/ |
| D | xregex2.h | 269 #define REG_NEWLINE (REG_ICASE << 1) macro 273 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /freebsd-12-stable/contrib/gcclibs/include/ |
| D | xregex2.h | 269 #define REG_NEWLINE (REG_ICASE << 1) macro 273 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | xregex2.h | 266 #define REG_NEWLINE (REG_ICASE << 1) macro 270 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /freebsd-12-stable/contrib/libgnuregex/ |
| D | regex.h | 283 #define REG_NEWLINE (REG_ICASE << 1) macro 287 #define REG_NOSUB (REG_NEWLINE << 1)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | regex_impl.h | 60 #define REG_NEWLINE 0010 macro
|
| 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) ||
|
| D | Regex.cpp | 36 flags |= REG_NEWLINE; in Regex()
|
| 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()
|
| /freebsd-12-stable/include/ |
| D | regex.h | 70 #define REG_NEWLINE 0010 macro
|
| /freebsd-12-stable/usr.sbin/ctm/mkCTM/ |
| D | mkctm.c | 504 if (regcomp(®_bogus, DEFAULT_BOGUS, REG_EXTENDED | REG_NEWLINE)) in main() 509 if (regcomp(®_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/ |
| D | anchor.in | 1 # anchoring and REG_NEWLINE
|
| /freebsd-12-stable/lib/libc/regex/ |
| D | engine.c | 608 (m->g->cflags®_NEWLINE)) || \ 684 *(sp-1) == '\n' && (m->g->cflags®_NEWLINE))) in backref() 692 (m->g->cflags®_NEWLINE)) ) in backref() 897 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in walk() 902 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in walk()
|
| D | regcomp.c | 452 if (p->g->cflags®_NEWLINE) in p_ere_exp() 853 if (p->g->cflags®_NEWLINE) in p_simp_re() 1033 if (cs->invert && p->g->cflags®_NEWLINE) in p_bracket()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/ |
| D | README | 26 n REG_NEWLINE
|
| D | main.c | 356 o |= REG_NEWLINE; in options()
|
| /freebsd-12-stable/usr.bin/m4/ |
| D | gnum4.c | 494 mode |= REG_NEWLINE; in dopatsubst() 531 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE); in doregexp()
|
| /freebsd-12-stable/contrib/ncurses/form/ |
| D | fty_regex.c | 123 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
|
| /freebsd-12-stable/usr.bin/nl/ |
| D | nl.c | 386 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
|
| /freebsd-12-stable/usr.bin/diff/ |
| D | diff.c | 335 REG_NEWLINE | REG_EXTENDED)) != 0) { in main()
|
| /freebsd-12-stable/lib/libc/regex/grot/ |
| D | main.c | 327 o |= REG_NEWLINE; in options()
|
| /freebsd-12-stable/usr.bin/grep/ |
| D | grep.c | 70 int cflags = REG_NOSUB | REG_NEWLINE;
|
| /freebsd-12-stable/gnu/usr.bin/grep/tests/ |
| D | tests | 26 # n REG_NEWLINE 61 # anchoring and REG_NEWLINE
|