| /freebsd-14.2/contrib/nvi/regex/ |
| H A 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()
|
| H A D | regex.h | 66 #define REG_NEWLINE 0010 macro
|
| H A 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-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regex_impl.h | 60 #define REG_NEWLINE 0010 macro
|
| H A D | regengine.inc | 564 (m->g->cflags®_NEWLINE)) ) 572 (m->g->cflags®_NEWLINE)) ) 580 (m->g->cflags®_NEWLINE)) || 591 (m->g->cflags®_NEWLINE)) || 754 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || 759 if ( (c == '\n' && m->g->cflags®_NEWLINE) || 859 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || 864 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||
|
| H A D | Regex.cpp | 33 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() 859 if (p->g->cflags®_NEWLINE) in p_bracket()
|
| /freebsd-14.2/include/ |
| H A D | regex.h | 69 #define REG_NEWLINE 0010 macro
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/data/ |
| H A D | anchor.in | 1 # anchoring and REG_NEWLINE
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/ |
| H A D | README | 26 n REG_NEWLINE
|
| H A D | main.c | 356 o |= REG_NEWLINE; in options()
|
| /freebsd-14.2/lib/libc/regex/ |
| H A D | engine.c | 605 (m->g->cflags®_NEWLINE)) || \ 681 *(sp-1) == '\n' && (m->g->cflags®_NEWLINE))) in backref() 689 (m->g->cflags®_NEWLINE)) ) in backref() 894 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in walk() 899 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in walk()
|
| H A D | regcomp.c | 465 if (p->g->cflags®_NEWLINE) in p_ere_exp() 866 if (p->g->cflags®_NEWLINE) in p_simp_re() 1046 if (cs->invert && p->g->cflags®_NEWLINE) in p_bracket()
|
| /freebsd-14.2/usr.bin/m4/ |
| H A D | gnum4.c | 492 mode |= REG_NEWLINE; in dopatsubst() 529 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE); in doregexp()
|
| /freebsd-14.2/usr.bin/grep/ |
| H A D | grep.c | 66 int cflags = REG_NOSUB | REG_NEWLINE; 562 cflags &= ~REG_NEWLINE;
|
| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | fty_regex.c | 162 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
|
| /freebsd-14.2/usr.bin/nl/ |
| H A D | nl.c | 385 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
|
| /freebsd-14.2/lib/libc/regex/grot/ |
| H A D | main.c | 324 o |= REG_NEWLINE; in options()
|
| H A D | tests | 26 # n REG_NEWLINE 61 # anchoring and REG_NEWLINE
|
| /freebsd-14.2/usr.bin/diff/ |
| H A D | diff.c | 451 error = regcomp(comp, pattern, REG_NEWLINE | REG_EXTENDED); in checked_regcomp()
|
| /freebsd-14.2/contrib/ntp/sntp/libopts/m4/ |
| H A D | libopts.m4 | 219 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | softmagic.c | 2086 rc = file_regcomp(ms, rx, m->value.s, REG_EXTENDED | REG_NEWLINE | in alloc_regex()
|
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | configure | 26432 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );
|