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

12

  /external/llvm/lib/Support/
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)) ) {
  /bionic/libc/regex/
engine.c 510 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
526 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
701 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
783 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 510 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
526 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
701 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
783 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 495 eflags |= REG_NOTBOL;
  /ndk/sources/host-tools/sed-4.2.1/lib/
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...]

Completed in 143 milliseconds

12