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

12

  /external/llvm/lib/Support/
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)) ) {
  /bionic/libc/regex/
engine.c 518 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
537 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
706 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
788 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 518 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
537 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
706 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
788 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 498 eflags |= REG_NOTEOL;
  /ndk/sources/host-tools/sed-4.2.1/lib/
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...]

Completed in 89 milliseconds

12