show_osd          171 core/conf.c        CONF_INFO(  1, conf.show_osd,                               CONF_DEF_VALUE, i:1),
show_osd         1775 core/gui.c         MENU_ITEM(0x5c,LANG_MENU_OSD_SHOW,              MENUITEM_BOOL,          &conf.show_osd, 0 ),
show_osd         2654 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_OSD,LANG_MENU_OSD_SHOW,gui_on_off_enum(0,&conf.show_osd), col);
show_osd          884 core/gui_osd.c             kbd_shortcut(SHORTCUT_TOGGLE_OSD, &conf.show_osd, 1);
show_osd          999 core/gui_osd.c     if ( conf.show_osd )
show_osd         1369 core/gui_osd.c     if (!(conf.show_osd && (canon_menu_active==(int)&canon_menu_active-4) && (canon_shoot_menu_active==0))) return;
show_osd         1371 core/gui_osd.c     if (!(conf.show_osd && (canon_menu_active==(int)&canon_menu_active-4) /*&& (canon_shoot_menu_active==0)*/ )) return;
show_osd          107 include/conf.h     int show_osd;
show_osd          209 modules/zebra.c             if (conf.show_osd) {
show_osd          323 platform/ixus240_elph320hs/kbd.c     { 3, TS_KEY_TOGGLE_OSD  , 0x00000200, RB(1,2), 1, "OSD",   0, GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.show_osd, gui_on_off_enum, &conf.touchscreen_disable_shortcut_controls },
show_osd           99 platform/ixus310_elph500hs/kbd.c     { 3, TS_KEY_TOGGLE_OSD  , 0x00000200, RB(1,2,1), 1, "OSD",   0, GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.show_osd, gui_on_off_enum, &conf.touchscreen_disable_shortcut_controls },