Searched refs:REG_NOTBOL (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Support/
H A Dregex_impl.h86 #define REG_NOTBOL 00001 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/external/pcre/dist/
H A Dpcreposix.h57 #define REG_NOTBOL 0x0004 /* Maps to PCRE_NOTBOL */ macro
H A Dpcreposix.c333 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL;
H A Dpcretest.c5052 if ((options & PCRE_NOTBOL) != 0) eflags |= REG_NOTBOL;

Completed in 470 milliseconds