CONFIG_APP_SECTION   82 lib/skin/common.c     return mc_config_get_string (mc_global.main_config, CONFIG_APP_SECTION, "skin", "default");
CONFIG_APP_SECTION 1259 lib/util.c             filepos_max_saved_entries = mc_config_get_int (mc_global.main_config, CONFIG_APP_SECTION,
CONFIG_APP_SECTION  239 src/editor/editcomplete.c     entire_file = mc_config_get_bool (mc_global.main_config, CONFIG_APP_SECTION,
CONFIG_APP_SECTION  265 src/editor/editcomplete.c     all_files = mc_config_get_bool (mc_global.main_config, CONFIG_APP_SECTION,
CONFIG_APP_SECTION  665 src/filemanager/boxes.c             mc_config_set_string (mc_global.main_config, CONFIG_APP_SECTION, "skin",
CONFIG_APP_SECTION  895 src/keymap.c       fname2 = mc_config_get_string (mc_global.main_config, CONFIG_APP_SECTION, "keymap", NULL);
CONFIG_APP_SECTION  534 src/setup.c                mc_config_get_bool (mc_global.main_config, CONFIG_APP_SECTION, bool_options[i].opt_name,
CONFIG_APP_SECTION  540 src/setup.c                mc_config_get_int (mc_global.main_config, CONFIG_APP_SECTION, int_options[i].opt_name,
CONFIG_APP_SECTION  546 src/setup.c                mc_config_get_string (mc_global.main_config, CONFIG_APP_SECTION,
CONFIG_APP_SECTION  757 src/setup.c            mc_config_set_bool (mc_global.main_config, CONFIG_APP_SECTION, bool_options[i].opt_name,
CONFIG_APP_SECTION  762 src/setup.c            mc_config_set_int (mc_global.main_config, CONFIG_APP_SECTION, int_options[i].opt_name,
CONFIG_APP_SECTION  767 src/setup.c            mc_config_set_string (mc_global.main_config, CONFIG_APP_SECTION, str_options[i].opt_name,
CONFIG_APP_SECTION  169 tests/src/editor/edit_complete_word_cmd.c     mc_config_set_bool (mc_global.main_config, CONFIG_APP_SECTION,