Searched refs:REG_NOTBOL (Results 1 – 19 of 19) 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)) ) {
56 #define REG_NOTBOL 0x0004 /* Maps to PCRE2_NOTBOL */ macro
306 if ((eflags & REG_NOTBOL) != 0) options |= PCRE2_NOTBOL; in regexec()
6808 if ((dat_datctl.options & PCRE2_NOTBOL) != 0) eflags |= REG_NOTBOL; in process_data()
144 if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|REG_NOTEOL)) { in cut_line()
207 &shoe->m, start==line ? 0 : REG_NOTBOL); in do_grep()
476 mflags = REG_NOTBOL; in sed_line()
9565 REG_NOTBOL9599 does not imply REG_NOTBOL; REG_STARTEND affects only the location and