Home
last modified time | relevance | path

Searched refs:REG_NOTEOL (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Support/
Dregex_impl.h87 #define REG_NOTEOL 00002 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc529 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)) ) {
/external/pcre/dist/
Dpcreposix.h58 #define REG_NOTEOL 0x0008 /* Maps to PCRE_NOTEOL */ macro
Dpcreposix.c334 if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL; in regexec()
Dpcretest.c5056 if ((options & PCRE_NOTEOL) != 0) eflags |= REG_NOTEOL; in main()
/external/pcre/dist/doc/
Dpcretest.txt765 REG_NOTEOL, respectively, to be passed to regexec().
Dpcre.txt9703 REG_NOTEOL