fast_ev_step      441 core/conf.c        CONF_INFO( 88, conf.fast_ev_step,                           CONF_DEF_VALUE, i:1),
fast_ev_step     1508 core/gui.c         MENU_ENUM2  (0, 0,                                                      &conf.fast_ev_step,                 gui_fast_ev_step_modes ),
fast_ev_step      740 core/gui_osd.c             shooting_set_prop(PROPCASE_EV_CORRECTION_1,shooting_get_ev_correction1()+(conf.fast_ev_step+1)*16);
fast_ev_step      741 core/gui_osd.c             shooting_set_prop(PROPCASE_EV_CORRECTION_2,shooting_get_ev_correction2()+(conf.fast_ev_step+1)*16);
fast_ev_step      750 core/gui_osd.c             shooting_set_prop(PROPCASE_EV_CORRECTION_1,shooting_get_ev_correction1()-(conf.fast_ev_step+1)*16);
fast_ev_step      751 core/gui_osd.c             shooting_set_prop(PROPCASE_EV_CORRECTION_2,shooting_get_ev_correction2()-(conf.fast_ev_step+1)*16);
fast_ev_step      762 core/gui_osd.c             shooting_set_prop(PROPCASE_EV_CORRECTION_1,shooting_get_ev_correction1()+(conf.fast_ev_step+1)*16);
fast_ev_step      763 core/gui_osd.c             shooting_set_prop(PROPCASE_EV_CORRECTION_2,shooting_get_ev_correction2()+(conf.fast_ev_step+1)*16);
fast_ev_step      769 core/gui_osd.c             shooting_set_prop(PROPCASE_EV_CORRECTION_1,shooting_get_ev_correction1()-(conf.fast_ev_step+1)*16);
fast_ev_step      770 core/gui_osd.c             shooting_set_prop(PROPCASE_EV_CORRECTION_2,shooting_get_ev_correction2()-(conf.fast_ev_step+1)*16);
fast_ev_step      239 include/conf.h     int fast_ev_step;