show_temp         298 core/conf.c        CONF_INFO(220, conf.show_temp,                              CONF_DEF_VALUE, i:1),
show_temp        1779 core/gui.c         MENU_ENUM2(0x5f,LANG_MENU_OSD_SHOW_TEMP,                                &conf.show_temp, gui_temp_mode_modes ),
show_temp         664 core/gui_osd.c     if ((conf.show_temp == 1) || (conf.show_temp == 4) || is_osd_edit)
show_temp         667 core/gui_osd.c     if ((conf.show_temp == 2) || (conf.show_temp == 4) || is_osd_edit)
show_temp         674 core/gui_osd.c     if ((conf.show_temp == 3) || (conf.show_temp == 4) || is_osd_edit)
show_temp         127 include/conf.h     int show_temp;