space_bar_width   284 core/conf.c        CONF_INFO(185, conf.space_bar_width,                        CONF_DEF_VALUE, i:2), 
space_bar_width  1083 core/gui.c         MENU_ENUM2  (0x6b,LANG_MENU_SPACE_BAR_WIDTH,            &conf.space_bar_width,                  gui_space_bar_width_modes ),
space_bar_width    65 core/gui_space.c     spacebar_outer(conf.space_hor_pos, (camera_screen.width / (4 >> conf.space_bar_size)) - 4, conf.space_bar_width);
space_bar_width    79 core/gui_space.c     spacebar_outer(conf.space_ver_pos, conf.space_bar_width, (camera_screen.height / (4 >> conf.space_bar_size)) - 4);
space_bar_width   124 include/conf.h     int space_bar_width;