Home
last modified time | relevance | path

Searched defs:REG_NEWLINE (Results 1 – 10 of 10) sorted by relevance

/external/musl/include/
Dregex.h29 #define REG_NEWLINE 4 macro
/external/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
/external/libcups/vcnet/regex/
Dregex.h28 #define REG_NEWLINE 0010 macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
/external/pcre/src/
Dpcre2posix.h57 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */ macro
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs502 pub const REG_NEWLINE: ::c_int = 0o0010; constant
/external/rust/crates/libc/src/unix/nto/
Dmod.rs1460 pub const REG_NEWLINE: ::c_int = 0o0010; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1628 pub const REG_NEWLINE: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3434 pub const REG_NEWLINE: ::c_int = 4; constant