accumulator       214 lib/search/regex.c     GString *accumulator, *spec_char, *ret_str;
accumulator       218 lib/search/regex.c     accumulator = g_string_sized_new (64);
accumulator       226 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
accumulator       234 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
accumulator       251 lib/search/regex.c         g_string_append_c (accumulator, astr->str[loop]);
accumulator       254 lib/search/regex.c     mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
accumulator       256 lib/search/regex.c     g_string_free (accumulator, TRUE);