HomeSort by relevance Sort by last modified time
    Searched refs:REG_NEWLINE (Results 26 - 38 of 38) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 279 #define REG_NEWLINE (REG_ICASE << 1)
283 #define REG_NOSUB (REG_NEWLINE << 1)
  /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 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...]
  /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/regex/
engine.c 512 (m->g->cflags&REG_NEWLINE)) )
520 (m->g->cflags&REG_NEWLINE)) )
528 (m->g->cflags&REG_NEWLINE)) ||
539 (m->g->cflags&REG_NEWLINE)) ||
700 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
705 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
782 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
787 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/ndk-stack/regex/
engine.c 512 (m->g->cflags&REG_NEWLINE)) )
520 (m->g->cflags&REG_NEWLINE)) )
528 (m->g->cflags&REG_NEWLINE)) ||
539 (m->g->cflags&REG_NEWLINE)) ||
700 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
705 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
782 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
787 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)
regcomp.c 453 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
465 If REG_NEWLINE is set, then . and [^...] don't match newline.
499 /* If REG_NEWLINE is set, newlines are treated differently. */
500 if (cflags & REG_NEWLINE)
501 { /* REG_NEWLINE implies neither . nor [^...] match newline. */
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 639 flags |= REG_NEWLINE;
988 flags |= REG_NEWLINE;
    [all...]

Completed in 528 milliseconds

12