Home
last modified time | relevance | path

Searched refs:REG_NEWLINE (Results 1 – 25 of 41) sorted by relevance

12

/third_party/musl/ndk_musl_include/
Dregex.h29 #define REG_NEWLINE 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h29 #define REG_NEWLINE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h29 #define REG_NEWLINE 4 macro
/third_party/musl/include/
Dregex.h29 #define REG_NEWLINE 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h29 #define REG_NEWLINE 4 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp35 flags |= REG_NEWLINE; in Regex()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp31 flags |= REG_NEWLINE; in Regex()
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()
/third_party/musl/libc-test/src/api/
Dregex.c21 C(REG_NEWLINE) in f()
/third_party/pcre2/pcre2/src/
Dpcre2posix.h57 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */ macro
Dpcre2posix.c308 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in pcre2_regcomp()
/third_party/musl/libc-test/src/functional/
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/alsa-lib/src/ucm/
Ducm_regex.c141 options |= REG_NEWLINE; in uc_mgr_define_regex()
/third_party/musl/src/regex/
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()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
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()
/third_party/musl/porting/liteos_m/kernel/src/regex/
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()
/third_party/musl/porting/uniproton/kernel/src/regex/
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()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt718 REG_NEWLINE
Ddragonfly.txt823 REG_NEWLINE
Dnetbsd.txt869 REG_NEWLINE

12