REG_NEWLINE
(m->g->cflags®_NEWLINE)) || \
*(sp-1) == '\n' && (m->g->cflags®_NEWLINE)))
(m->g->cflags®_NEWLINE)) )
if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||
if ( (c == '\n' && m->g->cflags®_NEWLINE) ||
o |= REG_NEWLINE;
if (cs->invert && p->g->cflags®_NEWLINE)
if (p->g->cflags®_NEWLINE)
if (p->g->cflags®_NEWLINE)
error = regcomp(comp, pattern, REG_NEWLINE | REG_EXTENDED);
cflags &= ~REG_NEWLINE;
int cflags = REG_NOSUB | REG_NEWLINE;
mode |= REG_NEWLINE;
error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE);
&argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {