REG_ICASE         144 ext/mbstring/oniguruma/regposix.c   if ((posix_options & REG_ICASE)   != 0)
REG_ICASE         226 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_ICASE) != 0)   options |= PCRE_CASELESS;
REG_ICASE        4594 ext/pgsql/pgsql.c 		regopt |= REG_ICASE;
REG_ICASE         206 ext/standard/reg.c 		copts |= REG_ICASE;
REG_ICASE         313 ext/standard/reg.c 		copts = REG_ICASE;
REG_ICASE         541 ext/standard/reg.c 		copts = REG_ICASE;
REG_ICASE         330 regex/main.c   				o |= REG_ICASE;
REG_ICASE         615 regex/regcomp.c 	if (p->g->cflags&REG_ICASE) {
REG_ICASE         872 regex/regcomp.c 	if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)