/freebsd/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/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/include/ |
H A D | regex.h | 67 #define REG_NEWLINE 0010 macro
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/ |
H A D | anchor.in | 1 # anchoring and REG_NEWLINE
|
/freebsd/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/lib/libc/regex/ |
H A D | engine.c | 603 (m->g->cflags®_NEWLINE)) || \ 679 *(sp-1) == '\n' && (m->g->cflags®_NEWLINE))) in backref() 687 (m->g->cflags®_NEWLINE)) ) in backref() 892 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in walk() 897 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in walk()
|
H A D | regcomp.c | 462 if (p->g->cflags®_NEWLINE) in p_ere_exp() 876 if (p->g->cflags®_NEWLINE) in p_simp_re() 1059 if (cs->invert && p->g->cflags®_NEWLINE) in p_bracket()
|
/freebsd/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/usr.bin/grep/ |
H A D | grep.c | 66 int cflags = REG_NOSUB | REG_NEWLINE; 562 cflags &= ~REG_NEWLINE;
|
/freebsd/contrib/ncurses/form/ |
H A D | fty_regex.c | 162 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
|
/freebsd/usr.bin/nl/ |
H A D | nl.c | 385 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
|
/freebsd/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/usr.bin/diff/ |
H A D | diff.c | 485 error = regcomp(comp, pattern, REG_NEWLINE | REG_EXTENDED); in checked_regcomp()
|
/freebsd/contrib/ntp/sntp/libopts/m4/ |
H A D | libopts.m4 | 219 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );
|
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 2090 rc = file_regcomp(ms, rx, m->value.s, REG_EXTENDED | REG_NEWLINE | in alloc_regex()
|
/freebsd/contrib/ntp/sntp/ |
H A D | configure | 26432 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );
|