Home
last modified time | relevance | path

Searched refs:REG_NOTBOL (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/include/
Dregex.h32 #define REG_NOTBOL 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h32 #define REG_NOTBOL 1 macro
/third_party/musl/include/
Dregex.h32 #define REG_NOTBOL 1 macro
/third_party/musl/ndk_musl_include/
Dregex.h32 #define REG_NOTBOL 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h32 #define REG_NOTBOL 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h86 #define REG_NOTBOL 00001 macro
Dregexec.c148 # 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/
Dregex_impl.h86 #define REG_NOTBOL 00001 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.cpp49 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
Dposix_api_check.c48 result = regexecA(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
Dwide_posix_api_check.c63 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
Dwide_posix_api_check.cpp64 result = regexec(&re, text, 1, matches, REG_NOTBOL | REG_NOTEOL | REG_STARTEND); in main()
/third_party/musl/libc-test/src/api/
Dregex.c22 C(REG_NOTBOL) in f()
/third_party/pcre2/pcre2/src/
Dpcre2posix.h58 #define REG_NOTBOL 0x0004 /* Maps to PCRE2_NOTBOL */ macro
Dpcre2posix.c371 if ((eflags & REG_NOTBOL) != 0) options |= PCRE2_NOTBOL; in pcre2_regexec()
/third_party/boost/libs/regex/performance/
Dposix.cpp84 flags = *(text - 1) == '\n' ? 0 : REG_NOTBOL; in find_all()
/third_party/boost/boost/
Dregex.h53 using boost::REG_NOTBOL;
/third_party/gettext/libtextstyle/examples/color-filter/
Dfilter.c178 index > 0 ? REG_NOTBOL : 0) in main()
/third_party/boost/libs/regex/src/
Dposix_api.cpp235 if(eflags & REG_NOTBOL) in regexecA()
Dwide_posix_api.cpp251 if(eflags & REG_NOTBOL) in regexecW()
/third_party/toybox/toys/posix/
Dcut.c144 if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|REG_NOTEOL)) { in cut_line()
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp71 result |= boost::REG_NOTBOL; in get_posix_match_flags()
/third_party/boost/boost/regex/v4/
Dcregex.hpp122 REG_NOTBOL = 00001, enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregexec.c182 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_parallel()
604 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_backtrack()

12