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 1080 lib/util.c             filepos_max_saved_entries = mc_config_get_int (mc_global.main_config, CONFIG_APP_SECTION,
CONFIG_APP_SECTION  231 src/editor/editcomplete.c     entire_file = mc_config_get_bool (mc_global.main_config, CONFIG_APP_SECTION,
CONFIG_APP_SECTION  257 src/editor/editcomplete.c     all_files = mc_config_get_bool (mc_global.main_config, CONFIG_APP_SECTION,
CONFIG_APP_SECTION  658 src/filemanager/boxes.c             mc_config_set_string (mc_global.main_config, CONFIG_APP_SECTION, "skin",
CONFIG_APP_SECTION  885 src/keymap.c       fname2 = mc_config_get_string (mc_global.main_config, CONFIG_APP_SECTION, "keymap", NULL);
CONFIG_APP_SECTION  523 src/setup.c                mc_config_get_bool (mc_global.main_config, CONFIG_APP_SECTION, bool_options[i].opt_name,
CONFIG_APP_SECTION  529 src/setup.c                mc_config_get_int (mc_global.main_config, CONFIG_APP_SECTION, int_options[i].opt_name,
CONFIG_APP_SECTION  535 src/setup.c                mc_config_get_string (mc_global.main_config, CONFIG_APP_SECTION,
CONFIG_APP_SECTION  746 src/setup.c            mc_config_set_bool (mc_global.main_config, CONFIG_APP_SECTION, bool_options[i].opt_name,
CONFIG_APP_SECTION  751 src/setup.c            mc_config_set_int (mc_global.main_config, CONFIG_APP_SECTION, int_options[i].opt_name,
CONFIG_APP_SECTION  756 src/setup.c            mc_config_set_string (mc_global.main_config, CONFIG_APP_SECTION, str_options[i].opt_name,
CONFIG_APP_SECTION  163 tests/src/editor/edit_complete_word_cmd.c     mc_config_set_bool (mc_global.main_config, CONFIG_APP_SECTION,