Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregex_impl.h86 #define REG_NOTBOL 00001 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc521 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)) ) {
/external/pcre/
Dpcreposix.h57 #define REG_NOTBOL 0x0004 /* Maps to PCRE_NOTBOL */ macro
Dpcreposix.c308 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
Dpcretest.c2515 if ((options & PCRE_NOTBOL) != 0) eflags |= REG_NOTBOL; in main()
/external/pcre/doc/
Dpcretest.txt425 effect are \B, \N, and \Z, causing REG_NOTBOL, REG_NOTEMPTY, and
Dpcre.txt6963 REG_NOTBOL
6988 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location