Searched refs:REG_NOTBOL (Results 1 – 8 of 8) sorted by relevance
86 #define REG_NOTBOL 00001 macro
148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
521 if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) ||537 if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) ||713 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {796 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {
57 #define REG_NOTBOL 0x0004 /* Maps to PCRE_NOTBOL */ macro
308 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
2515 if ((options & PCRE_NOTBOL) != 0) eflags |= REG_NOTBOL; in main()
425 effect are \B, \N, and \Z, causing REG_NOTBOL, REG_NOTEMPTY, and
6963 REG_NOTBOL6988 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location