show_histo        416 core/conf.c        CONF_INFO( 60, conf.show_histo,                             CONF_DEF_VALUE, i:0),
show_histo       1806 core/gui.c         MENU_ENUM2(0x5f,LANG_MENU_HISTO_SHOW,             &conf.show_histo,     gui_histo_show_modes ),
show_histo       2274 core/gui.c         return gui_change_simple_enum(&conf.show_histo,change,gui_histo_show_modes,sizeof(gui_histo_show_modes)/sizeof(gui_histo_show_modes[0]));
show_histo       2652 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_HISTO,LANG_MENU_HISTO_SHOW,gui_histo_show_modes[conf.show_histo], col);
show_histo        883 core/gui_osd.c             kbd_shortcut(SHORTCUT_TOGGLE_HISTO, &conf.show_histo, SHOW_HISTO_HALF);
show_histo        325 core/main.c                if (conf.show_histo)
show_histo        409 core/modules.c           ((conf.show_histo==SHOW_HISTO_HALF) && camera_info.state.is_shutter_half_press) ||
show_histo        410 core/modules.c           ((conf.show_histo==SHOW_HISTO_REC) && camera_info.state.mode_rec && (recreview_hold==0)) ||
show_histo        411 core/modules.c           ((conf.show_histo==SHOW_HISTO_ALWAYS) && (recreview_hold==0))
show_histo        112 include/conf.h     int show_histo;
show_histo        424 modules/histogram.c           ((conf.show_histo==SHOW_HISTO_HALF) && camera_info.state.is_shutter_half_press) ||
show_histo        425 modules/histogram.c           ((conf.show_histo==SHOW_HISTO_REC) && camera_info.state.mode_rec && (recreview_hold==0)) ||
show_histo        426 modules/histogram.c           ((conf.show_histo==SHOW_HISTO_ALWAYS) && (recreview_hold==0))
show_histo        522 modules/histogram.c     return conf.show_histo == 0;
show_histo        326 platform/ixus240_elph320hs/kbd.c     { 3, TS_KEY_TOGGLE_HISTO, 0x00001000, RB(2,2), 1, "Hist",  0, GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.show_histo, gui_histo_show_enum, &conf.touchscreen_disable_shortcut_controls },
show_histo        102 platform/ixus310_elph500hs/kbd.c     { 3, TS_KEY_TOGGLE_HISTO, 0x00001000, RB(2,2,1), 1, "Hist",  0, GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.show_histo, gui_histo_show_enum, &conf.touchscreen_disable_shortcut_controls },