HomeSort by relevance Sort by last modified time
    Searched refs:REG_NEWLINE (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/libc/include/
regex.h 66 #define REG_NEWLINE 0010
  /bionic/tests/headers/posix/
regex_h.c 46 MACRO(REG_NEWLINE);
  /external/llvm/lib/Support/
regex_impl.h 60 #define REG_NEWLINE 0010
Regex.cpp 29 flags |= REG_NEWLINE;
regengine.inc 523 (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) ||
regcomp.c 371 if (p->g->cflags&REG_NEWLINE)
553 if (p->g->cflags&REG_NEWLINE)
729 if (p->g->cflags&REG_NEWLINE)
956 - nonnewline - emit REG_NEWLINE version of OANY
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 60 #define REG_NEWLINE 0010
Regex.cpp 29 flags |= REG_NEWLINE;
regengine.inc 523 (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) ||
regcomp.c 362 if (p->g->cflags&REG_NEWLINE)
517 if (p->g->cflags&REG_NEWLINE)
693 if (p->g->cflags&REG_NEWLINE)
920 - nonnewline - emit REG_NEWLINE version of OANY
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h 60 #define REG_NEWLINE 0010
Regex.cpp 31 flags |= REG_NEWLINE;
regengine.inc 523 (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) ||
regcomp.c 371 if (p->g->cflags&REG_NEWLINE)
553 if (p->g->cflags&REG_NEWLINE)
729 if (p->g->cflags&REG_NEWLINE)
956 - nonnewline - emit REG_NEWLINE version of OANY
    [all...]
  /system/libvintf/
Regex.cpp 37 int status = regcomp(mImpl.get(), pattern.c_str(), REG_EXTENDED | REG_NEWLINE);
  /external/pcre/dist2/src/
pcre2posix.h 55 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */
pcre2posix.c 239 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE;
  /toolchain/binutils/binutils-2.27/include/
xregex2.h 270 #define REG_NEWLINE (REG_ICASE << 1)
274 #define REG_NOSUB (REG_NEWLINE << 1)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
onigposix.h 39 #define REG_NEWLINE (1<<1)
regposix.c 148 if ((posix_options & REG_NEWLINE) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 173 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
regex.h 295 #define REG_NEWLINE (REG_ICASE << 1)
299 #define REG_NOSUB (REG_NEWLINE << 1)
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 611 (m->g->cflags&REG_NEWLINE)) )
619 (m->g->cflags&REG_NEWLINE)) )
627 (m->g->cflags&REG_NEWLINE)) ||
638 (m->g->cflags&REG_NEWLINE)) ||
809 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
814 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
902 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
907 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 230 T(" n REG_NEWLINE explicit \\n match\n");
378 #ifndef REG_NEWLINE
456 #ifndef REG_NEWLINE
457 #define REG_NEWLINE NOTEST
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 230 T(" n REG_NEWLINE explicit \\n match\n");
378 #ifndef REG_NEWLINE
456 #ifndef REG_NEWLINE
457 #define REG_NEWLINE NOTEST
    [all...]

Completed in 1736 milliseconds

1 2