tmp_string        648 lib/search/regex.c         GString *tmp_string = NULL;
tmp_string        657 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
tmp_string        658 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        663 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
tmp_string        664 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        668 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
tmp_string        669 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        673 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
tmp_string        674 lib/search/regex.c             g_string_append_len (dest_str, tmp_string->str, tmp_string->len);
tmp_string        678 lib/search/regex.c         if (tmp_string != NULL)
tmp_string        679 lib/search/regex.c             g_string_free (tmp_string, TRUE);