Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dengine.c517 (m->g->cflags&REG_NEWLINE)) ) in backref()
525 (m->g->cflags&REG_NEWLINE)) ) in backref()
533 (m->g->cflags&REG_NEWLINE)) || in backref()
544 (m->g->cflags&REG_NEWLINE)) || in backref()
709 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
714 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
792 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
797 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
H A Dregex.h66 #define REG_NEWLINE 0010 macro
H A Dregcomp.c399 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
615 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
745 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h60 #define REG_NEWLINE 0010 macro
H A Dregengine.inc564 (m->g->cflags&REG_NEWLINE)) )
572 (m->g->cflags&REG_NEWLINE)) )
580 (m->g->cflags&REG_NEWLINE)) ||
591 (m->g->cflags&REG_NEWLINE)) ||
754 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
759 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
859 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
864 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A DRegex.cpp33 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()
859 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/freebsd/include/
H A Dregex.h67 #define REG_NEWLINE 0010 macro
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Danchor.in1 # anchoring and REG_NEWLINE
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A DREADME26 n REG_NEWLINE
H A Dmain.c356 o |= REG_NEWLINE; in options()
/freebsd/lib/libc/regex/
H A Dengine.c603 (m->g->cflags&REG_NEWLINE)) || \
679 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE))) in backref()
687 (m->g->cflags&REG_NEWLINE)) ) in backref()
892 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in walk()
897 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in walk()
H A Dregcomp.c462 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
876 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
1059 if (cs->invert && p->g->cflags&REG_NEWLINE) in p_bracket()
/freebsd/usr.bin/m4/
H A Dgnum4.c492 mode |= REG_NEWLINE; in dopatsubst()
529 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE); in doregexp()
/freebsd/usr.bin/grep/
H A Dgrep.c66 int cflags = REG_NOSUB | REG_NEWLINE;
562 cflags &= ~REG_NEWLINE;
/freebsd/contrib/ncurses/form/
H A Dfty_regex.c162 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
/freebsd/usr.bin/nl/
H A Dnl.c385 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
/freebsd/lib/libc/regex/grot/
H A Dmain.c324 o |= REG_NEWLINE; in options()
H A Dtests26 # n REG_NEWLINE
61 # anchoring and REG_NEWLINE
/freebsd/usr.bin/diff/
H A Ddiff.c485 error = regcomp(comp, pattern, REG_NEWLINE | REG_EXTENDED); in checked_regcomp()
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4219 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );
/freebsd/contrib/file/src/
H A Dsoftmagic.c2090 rc = file_regcomp(ms, rx, m->value.s, REG_EXTENDED | REG_NEWLINE | in alloc_regex()
/freebsd/contrib/ntp/sntp/
H A Dconfigure26432 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );