hide_osd          175 core/conf.c        CONF_INFO(  5, conf.hide_osd,                               CONF_DEF_VALUE, i:1),
hide_osd         1776 core/gui.c         MENU_ENUM2(0x5c,LANG_MENU_OSD_HIDE_PLAYBACK,                            &conf.hide_osd, gui_hide_osd_modes ),
hide_osd         2661 core/gui.c         if (conf.hide_osd == 0)
hide_osd         1001 core/gui_osd.c         if ( conf.hide_osd == 0 ) return 1;
hide_osd         1007 core/gui_osd.c                 if ( conf.hide_osd < 2 ) return 1;
hide_osd         1026 core/gui_osd.c                 if (conf.hide_osd == 2 )
hide_osd          108 include/conf.h     int hide_osd;