Home
last modified time | relevance | path

Searched refs:REG_NOTBOL (Results 1 – 10 of 10) 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/dist/
Dpcreposix.h57 #define REG_NOTBOL 0x0004 /* Maps to PCRE_NOTBOL */ macro
Dpcreposix.c333 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
Dpcretest.c5052 if ((options & PCRE_NOTBOL) != 0) eflags |= REG_NOTBOL; in main()
/external/toybox/toys/posix/
Dgrep.c125 start==line ? 0 : REG_NOTBOL);
Dsed.c494 mflags = REG_NOTBOL; in walk_pattern()
/external/pcre/dist/doc/
Dpcretest.txt764 effect are \B, \N, and \Z, causing REG_NOTBOL, REG_NOTEMPTY, and
Dpcre.txt9667 REG_NOTBOL
9692 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location