this_entry        154 lib/mcconfig/history.c         char *this_entry;
this_entry        157 lib/mcconfig/history.c         this_entry = mc_config_get_string_raw (cfg, name, key, "");
this_entry        159 lib/mcconfig/history.c         if (this_entry == NULL)
this_entry        163 lib/mcconfig/history.c             hist = list_append_unique (hist, this_entry);
this_entry        167 lib/mcconfig/history.c             if (str_convert (conv, this_entry, buffer) == ESTR_FAILURE)
this_entry        168 lib/mcconfig/history.c                 hist = list_append_unique (hist, this_entry);
this_entry        172 lib/mcconfig/history.c                 g_free (this_entry);