space             340 lib/font/rbf_font.c     int space=0, pixel_width, sym_height, txt_height;
space             358 lib/font/rbf_font.c         space = (txt_height - sym_height)/2;
space             359 lib/font/rbf_font.c         draw_rectangle(x, y, x+pixel_width, y+space, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
space             360 lib/font/rbf_font.c         y+=space;
space             368 lib/font/rbf_font.c           draw_rectangle(x, y+sym_height, x+pixel_width, y-space+txt_height-1, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
space             140 lib/lua/lauxlib.c LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *mes) {
space             141 lib/lua/lauxlib.c   if (!lua_checkstack(L, space))