override_disable  173 core/conf.c        CONF_INFO(  3, conf.override_disable,                       CONF_DEF_VALUE, i:0),
override_disable 1537 core/gui.c         MENU_ENUM2  (0x5f,LANG_MENU_OVERRIDE_DISABLE,           &conf.override_disable, gui_override_disable_modes ),
override_disable 2264 core/gui.c         return gui_change_simple_enum(&conf.override_disable,change,gui_override_disable_modes,sizeof(gui_override_disable_modes)/sizeof(gui_override_disable_modes[0]));
override_disable 2651 core/gui.c             y = shortcut_text(x, y, SHORTCUT_DISABLE_OVERRIDES,LANG_MENU_OVERRIDE_DISABLE,gui_override_disable_modes[conf.override_disable], col);
override_disable  287 core/gui_osd.c             if ((conf.nd_filter_state && !(conf.override_disable==1))|| is_osd_edit) 
override_disable  327 core/gui_osd.c         if (conf.override_disable == 1) gui_print_osd_state_string_chr("NO ", "OVERRIDES");
override_disable  885 core/gui_osd.c             kbd_shortcut(SHORTCUT_DISABLE_OVERRIDES, &conf.override_disable, 1);
override_disable  890 core/gui_osd.c             if (!(conf.override_disable==1) && shooting_can_focus() && shooting_get_common_focus_mode()) {
override_disable  895 core/gui_osd.c             if (!(conf.override_disable==1) && shooting_can_focus() && shooting_get_common_focus_mode()) {
override_disable 1667 core/shooting.c     if(conf.override_disable==1)
override_disable 1956 core/shooting.c     else if (conf.nd_filter_state && !(conf.override_disable==1))
override_disable 1996 core/shooting.c     else if (conf.nd_filter_state && !(conf.override_disable==1))
override_disable  270 include/conf.h     int override_disable;       // Uses negative/obscure logic.
override_disable  479 include/conf.h #define overrides_are_enabled   ( conf.override_disable != 1 )
override_disable  481 include/conf.h #define autoiso_and_bracketing_overrides_are_enabled    ( !(conf.override_disable == 1 && conf.override_disable_all) )
override_disable  324 platform/ixus240_elph320hs/kbd.c     { 3, TS_KEY_TOGGLE_OVRD , 0x00000400, RB(1,3), 1, "OvrDis",0, GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.override_disable, gui_override_disable_enum, &conf.touchscreen_disable_shortcut_controls },
override_disable  100 platform/ixus310_elph500hs/kbd.c     { 3, TS_KEY_TOGGLE_OVRD , 0x00000400, RB(1,3,1), 1, "OvrDis",0, GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.override_disable, gui_override_disable_enum, &conf.touchscreen_disable_shortcut_controls },
override_disable  139 platform/n/kbd.c     { 3, TS_KEY_TOGGLE_OVRD , 0x00020000, 320,  96, 359, 143,  1, "OVR",   0,     GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.override_disable, gui_override_disable_enum, &conf.touchscreen_disable_shortcut_controls },  
override_disable  139 platform/n_facebook/kbd.c     { 3, TS_KEY_TOGGLE_OVRD , 0x00020000, 320,  96, 359, 143,  1, "OVR",   0,     GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.override_disable, gui_override_disable_enum, &conf.touchscreen_disable_shortcut_controls },