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) ||
if (cs->invert && p->g->cflags®_NEWLINE)
if (p->g->cflags®_NEWLINE)
if (p->g->cflags®_NEWLINE)
(REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) != 0) {
o |= REG_NEWLINE;
error = regcomp(comp, pattern, REG_NEWLINE | REG_EXTENDED);
mode |= REG_NEWLINE;
&argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
if ((sc = regcomp(&r, line, REG_EXTENDED|REG_NEWLINE)) != 0) {