icase             284 maint/gnulib/lib/regcomp.c re_set_fastmap (char *fastmap, bool icase, int ch)
icase             287 maint/gnulib/lib/regcomp.c   if (icase)
icase             300 maint/gnulib/lib/regcomp.c   bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
icase             308 maint/gnulib/lib/regcomp.c 	  re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
icase             341 maint/gnulib/lib/regcomp.c 		  re_set_fastmap (fastmap, icase, ch);
icase             364 maint/gnulib/lib/regcomp.c 		      re_set_fastmap (fastmap, icase, i);
icase             399 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              50 maint/gnulib/lib/regex_internal.c 		    RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
icase              59 maint/gnulib/lib/regex_internal.c   re_string_construct_common (str, len, pstr, trans, icase, dfa);
icase              78 maint/gnulib/lib/regex_internal.c 		     RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
icase              82 maint/gnulib/lib/regex_internal.c   re_string_construct_common (str, len, pstr, trans, icase, dfa);
icase              92 maint/gnulib/lib/regex_internal.c   if (icase)
icase             181 maint/gnulib/lib/regex_internal.c 			    RE_TRANSLATE_TYPE trans, bool icase,
icase             188 maint/gnulib/lib/regex_internal.c   pstr->icase = icase;
icase             189 maint/gnulib/lib/regex_internal.c   pstr->mbs_allocated = (trans != NULL || icase);
icase             813 maint/gnulib/lib/regex_internal.c       if (pstr->icase)
icase             826 maint/gnulib/lib/regex_internal.c 	if (pstr->icase)
icase             415 maint/gnulib/lib/regex_internal.h   unsigned char icase;
icase            4018 maint/gnulib/lib/regexec.c   if (pstr->icase)