HomeSort by relevance Sort by last modified time
    Searched refs:REG_NEWLINE (Results 51 - 75 of 79) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /external/pcre/dist/
pcreposix.h 56 #define REG_NEWLINE 0x0002 /* Maps to PCRE_MULTILINE */
pcreposix.c 277 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE;
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 151 if (regcomp(&parser->re_pid_header, _pid_header, REG_EXTENDED | REG_NEWLINE) ||
152 regcomp(&parser->re_sig_header, _sig_header, REG_EXTENDED | REG_NEWLINE) ||
153 regcomp(&parser->re_frame_header, _frame_header, REG_EXTENDED | REG_NEWLINE))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regexp.h 173 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
regex.h 292 #define REG_NEWLINE (REG_ICASE << 1)
296 #define REG_NOSUB (REG_NEWLINE << 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 173 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
regex.h 292 #define REG_NEWLINE (REG_ICASE << 1)
296 #define REG_NOSUB (REG_NEWLINE << 1)
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 96 /* If REG_NEWLINE is set, newlines are treated differently. */
97 if (new_regex->flags & REG_NEWLINE)
99 /* REG_NEWLINE implies neither . nor [^...] match newline. */
107 new_regex->pattern.newline_anchor = (new_regex->flags & REG_NEWLINE) != 0;
  /external/llvm/lib/Support/
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 363 if (p->g->cflags&REG_NEWLINE)
545 if (p->g->cflags&REG_NEWLINE)
721 if (p->g->cflags&REG_NEWLINE)
948 - nonnewline - emit REG_NEWLINE version of OANY
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-boost.c 132 if (strstr (line, "REG_NEWLINE"))
133 flags |= REG_NEWLINE;
tst-rxspencer.c 492 cflags |= REG_NEWLINE;
  /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) ||
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 514 (m->g->cflags&REG_NEWLINE)) )
522 (m->g->cflags&REG_NEWLINE)) )
530 (m->g->cflags&REG_NEWLINE)) ||
541 (m->g->cflags&REG_NEWLINE)) ||
702 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
707 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
784 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
789 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
regcomp.c 354 if (p->g->cflags&REG_NEWLINE)
509 if (p->g->cflags&REG_NEWLINE)
685 if (p->g->cflags&REG_NEWLINE)
912 - nonnewline - emit REG_NEWLINE version of OANY
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 349 #define REG_NEWLINE (1 << 2)

Completed in 60 milliseconds

1 23 4