icase             270 maint/gnulib/lib/regcomp.c re_set_fastmap (char *fastmap, bool icase, int ch)
icase             273 maint/gnulib/lib/regcomp.c   if (icase)
icase             286 maint/gnulib/lib/regcomp.c   bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
icase             294 maint/gnulib/lib/regcomp.c 	  re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
icase             325 maint/gnulib/lib/regcomp.c 		  re_set_fastmap (fastmap, icase, ch);
icase             347 maint/gnulib/lib/regcomp.c 		      re_set_fastmap (fastmap, icase, i);
icase             382 maint/gnulib/lib/regcomp.c 		    re_set_fastmap (fastmap, icase, *(unsigned char *) buf);
icase              22 maint/gnulib/lib/regex_internal.c 					RE_TRANSLATE_TYPE trans, bool icase,
icase              48 maint/gnulib/lib/regex_internal.c 		    RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
icase              57 maint/gnulib/lib/regex_internal.c   re_string_construct_common (str, len, pstr, trans, icase, dfa);
icase              76 maint/gnulib/lib/regex_internal.c 		     RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
icase              80 maint/gnulib/lib/regex_internal.c   re_string_construct_common (str, len, pstr, trans, icase, dfa);
icase              90 maint/gnulib/lib/regex_internal.c   if (icase)
icase             173 maint/gnulib/lib/regex_internal.c 			    RE_TRANSLATE_TYPE trans, bool icase,
icase             180 maint/gnulib/lib/regex_internal.c   pstr->icase = icase;
icase             181 maint/gnulib/lib/regex_internal.c   pstr->mbs_allocated = (trans != NULL || icase);
icase             792 maint/gnulib/lib/regex_internal.c       if (pstr->icase)
icase             804 maint/gnulib/lib/regex_internal.c 	if (pstr->icase)
icase             406 maint/gnulib/lib/regex_internal.h   unsigned char icase;
icase            3978 maint/gnulib/lib/regexec.c   if (pstr->icase)