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

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 91 #define REG_NOTBOL 00001
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 91 #define REG_NOTBOL 00001
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 91 #define REG_NOTBOL 00001
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 91 #define REG_NOTBOL 00001
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 91 #define REG_NOTBOL 00001
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 91 #define REG_NOTBOL 00001
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 91 #define REG_NOTBOL 00001
  /external/pcre/dist/
pcreposix.h 57 #define REG_NOTBOL 0x0004 /* Maps to PCRE_NOTBOL */
pcreposix.c 333 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL;
pcretest.c     [all...]
  /external/llvm/lib/Support/
regexec.c 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
regengine.inc 521 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
537 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
713 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
796 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 146 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
engine.c 512 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
528 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
703 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
785 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-boost.c 135 if (strstr (line, "REG_NOTBOL"))
136 eflags |= REG_NOTBOL;
tst-rxspencer.c 495 eflags |= REG_NOTBOL;
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 191 = #define REG_NOTBOL 00001
215 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
engine.c 609 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
625 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
810 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
903 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 363 #define REG_NOTBOL 1
365 /* Like REG_NOTBOL, except for the end-of-line. */
regexec.c 221 REG_NOTBOL is set, then ^ does not match at the beginning of the
240 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
279 eflags & (REG_NOTBOL | REG_NOTEOL));
446 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
745 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
    [all...]
regex_internal.c 595 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 306 #define REG_NOTBOL 1
308 /* Like REG_NOTBOL, except for the end-of-line. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 306 #define REG_NOTBOL 1
308 /* Like REG_NOTBOL, except for the end-of-line. */

Completed in 1088 milliseconds

1 23