show_overexp      417 core/conf.c        CONF_INFO( 61, conf.show_overexp,                           CONF_DEF_VALUE, i:1),
show_overexp     1809 core/gui.c         MENU_ITEM(0x5c,LANG_MENU_HISTO_EXP,               MENUITEM_BOOL,       &conf.show_overexp, 0 ),
show_overexp      149 include/conf.h     int show_overexp;
show_overexp      357 modules/histogram.c             cl_over = (threshold==h && conf.show_overexp)?BG_COLOR(hc2):cl;
show_overexp      367 modules/histogram.c             cl_over = (threshold==h && conf.show_overexp)?BG_COLOR(hc2):cl;
show_overexp      477 modules/histogram.c             if (under_exposed && conf.show_overexp)
show_overexp      482 modules/histogram.c             if (over_exposed && conf.show_overexp)
show_overexp      488 modules/histogram.c         if ((conf.show_overexp ) && camera_info.state.is_shutter_half_press && (under_exposed || over_exposed))