REG_ICASE         810 builtin/grep.c 		opt.regflags |= REG_ICASE;
REG_ICASE         503 compat/regex/regcomp.c   syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
REG_ICASE         288 compat/regex/regex.h #define REG_NEWLINE (REG_ICASE << 1)
REG_ICASE         212 diffcore-pickaxe.c 			cflags |= REG_ICASE;
REG_ICASE         412 grep.c         		if (opt->regflags & REG_ICASE || p->ignore_case)
REG_ICASE        2034 revision.c     		revs->grep_filter.regflags |= REG_ICASE;
REG_ICASE          13 userdiff.c     	{ name, NULL, -1, { pattern, REG_EXTENDED | REG_ICASE }, \