/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 32 #define REG_NOTBOL 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 32 #define REG_NOTBOL 1 macro
|
/third_party/musl/include/ |
D | regex.h | 32 #define REG_NOTBOL 1 macro
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 32 #define REG_NOTBOL 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 32 #define REG_NOTBOL 1 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 86 #define REG_NOTBOL 00001 macro
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 86 #define REG_NOTBOL 00001 macro
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
/third_party/boost/libs/regex/test/c_compiler_checks/ |
D | posix_api_check.cpp | 49 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
D | posix_api_check.c | 48 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
D | wide_posix_api_check.c | 63 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
D | wide_posix_api_check.cpp | 64 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 22 C(REG_NOTBOL) in f()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 58 #define REG_NOTBOL 0x0004 /* Maps to PCRE2_NOTBOL */ macro
|
D | pcre2posix.c | 371 if ((eflags & REG_NOTBOL) != 0) options |= PCRE2_NOTBOL; in pcre2_regexec()
|
/third_party/boost/libs/regex/performance/ |
D | posix.cpp | 84 flags = *(text - 1) == '\n' ? 0 : REG_NOTBOL; in find_all()
|
/third_party/boost/boost/ |
D | regex.h | 53 using boost::REG_NOTBOL;
|
/third_party/gettext/libtextstyle/examples/color-filter/ |
D | filter.c | 178 index > 0 ? REG_NOTBOL : 0) in main()
|
/third_party/boost/libs/regex/src/ |
D | posix_api.cpp | 235 if(eflags & REG_NOTBOL) in regexecA()
|
D | wide_posix_api.cpp | 251 if(eflags & REG_NOTBOL) in regexecW()
|
/third_party/toybox/toys/posix/ |
D | cut.c | 144 if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|REG_NOTEOL)) { in cut_line()
|
/third_party/boost/libs/regex/test/regress/ |
D | test_deprecated.cpp | 71 result |= boost::REG_NOTBOL; in get_posix_match_flags()
|
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 122 REG_NOTBOL = 00001, enumerator
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regexec.c | 182 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_parallel() 604 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_backtrack()
|