tmp_cfg           462 src/setup.c        mc_config_t *tmp_cfg;
tmp_cfg           468 src/setup.c        tmp_cfg = mc_config_init (profile, FALSE);
tmp_cfg           469 src/setup.c        if (tmp_cfg == NULL)
tmp_cfg           472 src/setup.c        groups = mc_config_get_groups (tmp_cfg, NULL);
tmp_cfg           476 src/setup.c            mc_config_deinit (tmp_cfg);
tmp_cfg           482 src/setup.c                mc_config_del_group (tmp_cfg, *curr_grp);
tmp_cfg           484 src/setup.c        mc_config_save_to_file (tmp_cfg, panels_profile_name, NULL);
tmp_cfg           485 src/setup.c        mc_config_deinit (tmp_cfg);
tmp_cfg           487 src/setup.c        tmp_cfg = mc_config_init (profile, FALSE);
tmp_cfg           488 src/setup.c        if (tmp_cfg == NULL)
tmp_cfg           500 src/setup.c                mc_config_del_group (tmp_cfg, need_grp);
tmp_cfg           504 src/setup.c        mc_config_save_file (tmp_cfg, NULL);
tmp_cfg           505 src/setup.c        mc_config_deinit (tmp_cfg);