Home
last modified time | relevance | path

Searched defs:REG_EESCAPE (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/include/
Dregex.h40 #define REG_EESCAPE 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h40 #define REG_EESCAPE 5 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h70 #define REG_EESCAPE 5 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h70 #define REG_EESCAPE 5 macro
/third_party/pcre2/pcre2/src/
Dpcre2posix.h86 REG_EESCAPE, /* bad escape sequence */ enumerator
/third_party/boost/boost/regex/v4/
Dcregex.hpp141 static const reg_error_t REG_EESCAPE = 5; /* Trailing backslash. */ variable