len_space          37 core/gui_menu.c static int          len_bool, len_int, len_enum, len_space, len_br1, len_br2, cl_rect;
len_space         229 core/gui_menu.c     len_space = rbf_char_width(' ');
len_space         780 core/gui_menu.c         symbol_width = (symbol_width * num_symbols) + len_space;
len_space         808 core/gui_menu.c     xx += rbf_draw_string_len(xx, yy, w-len_space-len_space-len_br1-len_str-len_br2-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
len_space         828 core/gui_menu.c     xx += rbf_draw_string_len(xx, yy, w-len_space-len_space-symbol_width, str, cl);
len_space         883 core/gui_menu.c     int wid = w-len_space-len_space-len_br1-len_enum-len_br2-len_space-symbol_width-len_br1-len_br2;
len_space         885 core/gui_menu.c         wid -= len_space*3;
len_space         893 core/gui_menu.c         xx += rbf_draw_string_len(xx, yy, len_space*3, ((const char* (*)(int change, int arg))(c[1].value))(0, c[1].arg), cl);
len_space        1039 core/gui_menu.c                 if (xx > (x + len_space))
len_space        1041 core/gui_menu.c                     draw_rectangle(x+len_space, yy, xx-1, yy+rbf_font_height()/2-1, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
len_space        1042 core/gui_menu.c                     draw_line(x+len_space, yy+rbf_font_height()/2, xx-1, yy+rbf_font_height()/2, FG_COLOR(cl));
len_space        1043 core/gui_menu.c                     draw_rectangle(x+len_space, yy+rbf_font_height()/2+1, xx-1, yy+rbf_font_height()-1, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
len_space        1052 core/gui_menu.c                 if (xx < (x+w-len_space))
len_space        1054 core/gui_menu.c                     draw_rectangle(xx, yy, x+w-len_space-1, yy+rbf_font_height()/2-1, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
len_space        1055 core/gui_menu.c                     draw_line(xx, yy+rbf_font_height()/2, x+w-1-len_space, yy+rbf_font_height()/2, FG_COLOR(cl));
len_space        1056 core/gui_menu.c                     draw_rectangle(xx, yy+rbf_font_height()/2+1, x+w-len_space-1, yy+rbf_font_height()-1, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
len_space        1059 core/gui_menu.c                 rbf_draw_char(x+w-len_space, yy, ' ', cl);
len_space        1064 core/gui_menu.c                 xx+=rbf_draw_string_len(xx, yy, w-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
len_space        1066 core/gui_menu.c                 draw_rectangle(x+w-1-cl_rect-2-len_space, yy+2, x+w-1-2-len_space, yy+rbf_font_height()-1-2, MAKE_COLOR(mc,mc), RECT_BORDER0|DRAW_FILLED|RECT_ROUND_CORNERS);
len_space        1072 core/gui_menu.c                 xx+=rbf_draw_string_len(xx, yy, w-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
len_space        1074 core/gui_menu.c                 draw_rectangle(x+w-1-cl_rect-2-len_space, yy+2, x+w-1-2-len_space, yy+rbf_font_height()-1-2, MAKE_COLOR(mc,mc), RECT_BORDER0|DRAW_FILLED|RECT_ROUND_CORNERS);
len_space          42 modules/user_menu_edit.c static int          len_bool, len_space;
len_space         313 modules/user_menu_edit.c     len_space = rbf_char_width(' ');
len_space         454 modules/user_menu_edit.c         symbol_width = (symbol_width * num_symbols) + len_space;
len_space         468 modules/user_menu_edit.c     xx += rbf_draw_string_len(xx, yy, w-len_space*4, lang_str(curr_menu->menu[imenu].text), cl);
len_space         475 modules/user_menu_edit.c     xx += rbf_draw_string_len(xx, yy, w-len_space-len_space-symbol_width, str, cl);
len_space         488 modules/user_menu_edit.c     int wid = w-len_space-len_space;
len_space         546 modules/user_menu_edit.c                     xx+=rbf_draw_string_len(xx, yy, w-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);