accumulator       212 lib/search/regex.c     GString *accumulator, *spec_char, *ret_str;
accumulator       216 lib/search/regex.c     accumulator = g_string_sized_new (64);
accumulator       224 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
accumulator       232 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
accumulator       248 lib/search/regex.c         g_string_append_c (accumulator, astr->str[loop]);
accumulator       251 lib/search/regex.c     mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
accumulator       253 lib/search/regex.c     g_string_free (accumulator, TRUE);