Searched refs:REG_NOTBOL (Results 1 – 14 of 14) sorted by relevance
207 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()209 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL)) in regexec()
606 if ((sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()620 if (((sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()802 (lastc == OUT && !(m->eflags®_NOTBOL))) { in fast()901 (lastc == OUT && !(m->eflags®_NOTBOL))) { in slow()
99 #define REG_NOTBOL 0x200 /* string is not BOL */ macro
79 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
276 ((locs != NULL) ? REG_NOTBOL : 0)));
61 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
411 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, slen)); in substitute()424 if (!regexec_e(re, s, REG_NOTBOL, 0, slen)) in substitute()
80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
893 …& REG_NEWLINE) || s <= env->beg || *(s - 1) != '\n') && ((env->flags & REG_NOTBOL) || s != env->be… in parse()
366 flags = REG_NOTBOL; in refield()
1710 flags = REG_NOTBOL; in int_regwdosuba()