user_menu_as_root  147 core/conf.c        CONF_INFO(  2, conf.user_menu_as_root,      CONF_DEF_VALUE, i:0),
user_menu_as_root 2072 core/gui.c         MENU_ITEM(0x5c,LANG_MENU_USER_MENU_AS_ROOT,     MENUITEM_BOOL,          &conf.user_menu_as_root, 0 ),
user_menu_as_root 2592 core/gui.c                 (conf.user_menu_enable && conf.user_menu_as_root)?lang_str(LANG_HELP_USER_MENU):lang_str(LANG_HELP_CHDK_MENU)); 
user_menu_as_root 2601 core/gui.c                     (conf.user_menu_enable && conf.user_menu_as_root)?lang_str(LANG_HELP_CHDK_MENU):lang_str(LANG_HELP_USER_MENU)); 
user_menu_as_root 2960 core/gui.c             ((conf.user_menu_as_root && !camera_info.state.is_shutter_half_press) ||
user_menu_as_root 2961 core/gui.c              (!conf.user_menu_as_root && camera_info.state.is_shutter_half_press)))
user_menu_as_root  346 include/conf.h     int user_menu_as_root;