REG_NEWLINE       506 compat/regex/regcomp.c   if (cflags & REG_NEWLINE)
REG_NEWLINE       292 compat/regex/regex.h #define REG_NOSUB (REG_NEWLINE << 1)
REG_NEWLINE      1114 diff.c         			    REG_EXTENDED | REG_NEWLINE))
REG_NEWLINE       210 diffcore-pickaxe.c 		int cflags = REG_EXTENDED | REG_NEWLINE;
REG_NEWLINE        30 grep.c         	opt->regflags = REG_NEWLINE;
REG_NEWLINE        94 line-range.c   	if (!(reg_error = regcomp(&regexp, spec + 1, REG_NEWLINE)) &&
REG_NEWLINE       208 line-range.c   	reg_error = regcomp(&regexp, pattern, REG_NEWLINE);
REG_NEWLINE      1427 revision.c     	revs->grep_filter.regflags = REG_NEWLINE;
REG_NEWLINE        10 test-regex.c   	if (regcomp(&r, pat, REG_EXTENDED | REG_NEWLINE))