when             1512 core/shooting.c static void shooting_tv_bracketing(int when)
when             1543 core/shooting.c     shooting_set_tv96_direct(value, when);
when             1546 core/shooting.c static void shooting_av_bracketing(int when)
when             1569 core/shooting.c         shooting_set_av96_direct(value, when);
when             1577 core/shooting.c static void shooting_iso_bracketing(int when)
when             1596 core/shooting.c     shooting_set_iso_real(value, when);
when             1599 core/shooting.c static void shooting_subject_distance_bracketing(int when)
when             1619 core/shooting.c     shooting_set_focus(value, when);
when             1629 core/shooting.c void bracketing_step(int when)
when             1631 core/shooting.c     if (is_tv_bracketing_enabled)       shooting_tv_bracketing(when);
when             1632 core/shooting.c     else if (is_av_bracketing_enabled)  shooting_av_bracketing(when);
when             1633 core/shooting.c     else if (is_iso_bracketing_enabled) shooting_iso_bracketing(when);
when             1634 core/shooting.c     else if (is_sd_bracketing_enabled)  shooting_subject_distance_bracketing(when);