space_warn_type   287 core/conf.c        CONF_INFO(188, conf.space_warn_type,                        CONF_DEF_VALUE, i:0),
space_warn_type  1089 core/gui.c         MENU_ENUM2  (0x5f,LANG_MENU_SPACE_WARN_TYPE,            &conf.space_warn_type,                  gui_space_warn_type_modes ),
space_warn_type    27 core/gui_space.c     if (((conf.space_warn_type == 0) && (perc <= conf.space_perc_warn)) ||
space_warn_type    28 core/gui_space.c         ((conf.space_warn_type == 1) && (GetFreeCardSpaceKb() <= (unsigned)conf.space_mb_warn*1024)))
space_warn_type   118 core/gui_space.c     if (((conf.space_warn_type == 0) && (perc <= conf.space_perc_warn)) ||
space_warn_type   119 core/gui_space.c         ((conf.space_warn_type == 1) && (GetFreeCardSpaceKb() <= (unsigned)conf.space_mb_warn*1024)))
space_warn_type   137 include/conf.h     int space_warn_type;