reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
35 flags |= REG_NEWLINE;
lib/Support/regcomp.c499 if (p->g->cflags®_NEWLINE) 681 if (p->g->cflags®_NEWLINE) 857 if (p->g->cflags®_NEWLINE)lib/Support/regengine.inc
523 (m->g->cflags®_NEWLINE)) ) 531 (m->g->cflags®_NEWLINE)) ) 539 (m->g->cflags®_NEWLINE)) || 550 (m->g->cflags®_NEWLINE)) || 712 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || 717 if ( (c == '\n' && m->g->cflags®_NEWLINE) || 795 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || 800 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||