reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/regcomp.c
  344 	g->cflags = cflags;
  499 		if (p->g->cflags&REG_NEWLINE)
  681 		if (p->g->cflags&REG_NEWLINE)
  836 	if (p->g->cflags&REG_ICASE) {
  857 		if (p->g->cflags&REG_NEWLINE)
 1074 	if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
lib/Support/regengine.inc
  146 	if (g->cflags&REG_NOSUB)
  523 						(m->g->cflags&REG_NEWLINE)) )
  531 						(m->g->cflags&REG_NEWLINE)) )
  539 						(m->g->cflags&REG_NEWLINE)) ||
  550 						(m->g->cflags&REG_NEWLINE)) ||
  712 		if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
  717 		if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  795 		if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
  800 		if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||