curr_key 234 lib/mcconfig/common.c gchar **keys, **curr_key; curr_key 238 lib/mcconfig/common.c for (curr_key = keys; *curr_key != NULL; curr_key++) curr_key 240 lib/mcconfig/common.c value = g_key_file_get_value (tmp_config->handle, *curr_grp, *curr_key, NULL); curr_key 244 lib/mcconfig/common.c g_key_file_remove_key (mc_config->handle, *curr_grp, *curr_key, NULL); curr_key 246 lib/mcconfig/common.c g_key_file_set_value (mc_config->handle, *curr_grp, *curr_key, value); curr_key 250 lib/mcconfig/common.c g_key_file_remove_key (mc_config->handle, *curr_grp, *curr_key, NULL);