synch_enable      502 core/conf.c        CONF_INFO(201, conf.synch_enable,                           CONF_DEF_VALUE, i:0),
synch_enable      189 core/gui.c         MENU_ITEM   (0x5c,LANG_MENU_SYNCH_ENABLE,               MENUITEM_BOOL,                &conf.synch_enable, 0),
synch_enable      106 core/usb_module.c     if ( conf.synch_enable == 0  )                                      // handle key presses differently if in sync mode
synch_enable      481 core/usb_remote.c                     sprintf(buf,"switch=%d logic=%d sync=%s mode=%d  ", switch_type, control_module, conf.synch_enable?"yes":"no", camera_mode) ;
synch_enable      366 include/conf.h     int synch_enable;