HomeSort by relevance Sort by last modified time
    Searched refs:REG_NOTEOL (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 92 #define REG_NOTEOL 00002
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 92 #define REG_NOTEOL 00002
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 92 #define REG_NOTEOL 00002
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 92 #define REG_NOTEOL 00002
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 92 #define REG_NOTEOL 00002
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 92 #define REG_NOTEOL 00002
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 92 #define REG_NOTEOL 00002
  /external/pcre/dist/
pcreposix.h 58 #define REG_NOTEOL 0x0008 /* Maps to PCRE_NOTEOL */
pcreposix.c 334 if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL;
pcretest.c     [all...]
  /external/llvm/lib/Support/
regexec.c 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
regengine.inc 529 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
548 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
801 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 146 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
engine.c 520 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
539 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
708 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
790 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-boost.c 137 if (strstr (line, "REG_NOTEOL"))
138 eflags |= REG_NOTEOL;
tst-rxspencer.c 498 eflags |= REG_NOTEOL;
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 192 = #define REG_NOTEOL 00002
215 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
engine.c 617 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
636 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
815 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
908 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 366 #define REG_NOTEOL (1 << 1)
regexec.c 222 string; if REG_NOTEOL is set, then $ does not match at the end.
240 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
279 eflags & (REG_NOTBOL | REG_NOTEOL));
447 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;
    [all...]
regex_internal.c 934 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 309 #define REG_NOTEOL (1 << 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 309 #define REG_NOTEOL (1 << 1)

Completed in 67 milliseconds

1 23