flashlight 525 core/conf.c CONF_INFO(226, conf.flashlight, CONF_DEF_VALUE, i:0), flashlight 1002 core/gui.c MENU_ITEM (0x5c,LANG_MENU_MISC_FLASHLIGHT, MENUITEM_BOOL, &conf.flashlight, 0 ), flashlight 1345 core/gui_osd.c static int flashlight = 0; flashlight 1347 core/gui_osd.c if (conf.flashlight && (camera_info.state.mode&MODE_SCREEN_OPENED) && (camera_info.state.mode&MODE_SCREEN_ROTATED)) flashlight 1349 core/gui_osd.c flashlight = 1; flashlight 1353 core/gui_osd.c else if (flashlight) flashlight 1355 core/gui_osd.c flashlight = 0; flashlight 237 include/conf.h int flashlight;