hotlist_file_name  210 src/filemanager/hotlist.c static char *hotlist_file_name;
hotlist_file_name 1463 src/filemanager/hotlist.c         stat (hotlist_file_name, &stat_buf);
hotlist_file_name 1470 src/filemanager/hotlist.c     if (hotlist_file_name == NULL)
hotlist_file_name 1471 src/filemanager/hotlist.c         hotlist_file_name = mc_config_get_full_path (MC_HOTLIST_FILE);
hotlist_file_name 1482 src/filemanager/hotlist.c     hotlist_file = fopen (hotlist_file_name, "r");
hotlist_file_name 1521 src/filemanager/hotlist.c     stat (hotlist_file_name, &stat_buf);
hotlist_file_name 1682 src/filemanager/hotlist.c     if (!hotlist_state.readonly && hotlist_state.modified && hotlist_file_name != NULL)
hotlist_file_name 1684 src/filemanager/hotlist.c         mc_util_make_backup_if_possible (hotlist_file_name, ".bak");
hotlist_file_name 1686 src/filemanager/hotlist.c         hotlist_file = fopen (hotlist_file_name, "w");
hotlist_file_name 1688 src/filemanager/hotlist.c             mc_util_restore_from_backup_if_possible (hotlist_file_name, ".bak");
hotlist_file_name 1693 src/filemanager/hotlist.c             stat (hotlist_file_name, &stat_buf);
hotlist_file_name 1722 src/filemanager/hotlist.c     MC_PTR_FREE (hotlist_file_name);