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

1 2 34

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 228 = #define REG_NEWLINE 0010
461 if (p->g->cflags&REG_NEWLINE)
638 if (p->g->cflags&REG_NEWLINE)
820 if (p->g->cflags&REG_NEWLINE)
1096 - nonnewline - emit REG_NEWLINE version of OANY
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 639 flags |= REG_NEWLINE;
988 flags |= REG_NEWLINE;
    [all...]
  /external/pcre/dist/
pcretest.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
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...]

Completed in 39 milliseconds

1 2 34