Home
last modified time | relevance | path

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

12

/external/libcups/vcnet/regex/
Dengine.c465 (m->g->cflags&REG_NEWLINE)) )
473 (m->g->cflags&REG_NEWLINE)) )
481 (m->g->cflags&REG_NEWLINE)) ||
492 (m->g->cflags&REG_NEWLINE)) ||
658 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
663 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
747 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
752 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
Dregex.h28 #define REG_NEWLINE 0010 macro
Dregcomp.c299 if (p->g->cflags&REG_NEWLINE)
461 if (p->g->cflags&REG_NEWLINE)
634 if (p->g->cflags&REG_NEWLINE)
Dmain.c335 o |= REG_NEWLINE;
Dtests26 # n REG_NEWLINE
61 # anchoring and REG_NEWLINE
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp35 flags |= REG_NEWLINE; in Regex()
Dregcomp.c499 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
681 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
857 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/external/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp29 flags |= REG_NEWLINE; in Regex()
Dregcomp.c371 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
553 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
729 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp31 flags |= REG_NEWLINE; in Regex()
Dregcomp.c371 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
553 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
729 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/external/llvm-project/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp36 flags |= REG_NEWLINE; in Regex()
Dregcomp.c499 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
681 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
857 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/external/pcre/dist2/src/
Dpcre2posix.h57 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */ macro
Dpcre2posix.c293 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in pcre2_regcomp()
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs478 pub const REG_NEWLINE: ::c_int = 0o0010; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1289 pub const REG_NEWLINE: ::c_int = 8; constant

12