Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h29 #define REG_NEWLINE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h29 #define REG_NEWLINE 4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h29 #define REG_NEWLINE 4 macro
/third_party/musl/include/
H A Dregex.h29 #define REG_NEWLINE 4 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h60 #define REG_NEWLINE 0010 macro
H A DRegex.cpp31 flags |= REG_NEWLINE; in Regex()
H A 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()
956 - nonnewline - emit REG_NEWLINE version of OANY
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h60 #define REG_NEWLINE 0010 macro
H A DRegex.cpp35 flags |= REG_NEWLINE; in Regex()
H A 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()
1084 - nonnewline - emit REG_NEWLINE version of OANY
/third_party/musl/Benchmark/musl/
H A Dlibc_regex.cpp27 REG_NEWLINE,
/third_party/musl/libc-test/src/api/
H A Dregex.c21 C(REG_NEWLINE) in f()
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-stats-print.c47 if (regcomp(&thread_data_regex, thread_data_regex_s, REG_EXTENDED | REG_NEWLINE) != 0) { in find_thread_in_output()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h57 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */ macro
H A Dpcre2posix_test.c38 REG_NEWLINE, /* Test 3 */
H A Dpcre2posix.c294 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in pcre2_regcomp()
/third_party/alsa-lib/src/ucm/
H A Ducm_regex.c141 options |= REG_NEWLINE; in uc_mgr_define_regex()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c184 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_parallel()
606 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_backtrack()
H A Dregcomp.c640 * With REG_NEWLINE, POSIX requires that newlines are not matched by in parse_bracket()
643 if (ctx->cflags & REG_NEWLINE) { in parse_bracket()
878 if (ctx->cflags & REG_NEWLINE) { in parse_atom()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c184 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_parallel()
606 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_backtrack()
H A Dregcomp.c640 * With REG_NEWLINE, POSIX requires that newlines are not matched by in parse_bracket()
643 if (ctx->cflags & REG_NEWLINE) { in parse_bracket()
879 if (ctx->cflags & REG_NEWLINE) { in parse_atom()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c184 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_parallel()
606 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_backtrack()
H A Dregcomp.c640 * With REG_NEWLINE, POSIX requires that newlines are not matched by in parse_bracket()
643 if (ctx->cflags & REG_NEWLINE) { in parse_bracket()
878 if (ctx->cflags & REG_NEWLINE) { in parse_atom()
/third_party/musl/src/regex/
H A Dregexec.c184 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_parallel()
606 int reg_newline = tnfa->cflags & REG_NEWLINE; in tre_tnfa_run_backtrack()
H A Dregcomp.c640 * With REG_NEWLINE, POSIX requires that newlines are not matched by in parse_bracket()
643 if (ctx->cflags & REG_NEWLINE) { in parse_bracket()
878 if (ctx->cflags & REG_NEWLINE) { in parse_atom()

Completed in 29 milliseconds

12