REG_NOTBOL
!regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
if (eflags & 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) {
o |= REG_NOTBOL;
# define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
leflags |= REG_NOTBOL;
flags = REG_NOTBOL;
flags = REG_NOTBOL;
regexec_e(re, ps, REG_NOTBOL, 0, le, psl));