REG_NOTBOL
&& !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
((sp == m->beginp && !(m->eflags®_NOTBOL)) || \
if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0)
if ((sp == m->beginp && !(m->eflags®_NOTBOL)) ||
if (start == m->offp || (start == m->beginp && !(m->eflags®_NOTBOL)))
(lastc == OUT && !(m->eflags®_NOTBOL)) ) {
if (lastc == OUT && (m->eflags & REG_NOTBOL) == 0) {
# define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
o |= REG_NOTBOL;
flags = REG_NOTBOL;
flags = REG_NOTBOL;
flags |= REG_NOTBOL;
} while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, (size_t)slen));
if (!regexec_e(re, s, REG_NOTBOL, 0, (size_t)slen))