accumulator       222 lib/search/regex.c     GString *accumulator, *spec_char, *ret_str;
accumulator       226 lib/search/regex.c     accumulator = g_string_sized_new (64);
accumulator       234 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
accumulator       242 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
accumulator       259 lib/search/regex.c         g_string_append_c (accumulator, astr->str[loop]);
accumulator       262 lib/search/regex.c     mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
accumulator       264 lib/search/regex.c     g_string_free (accumulator, TRUE);