Lines Matching refs:Rows
69 #define ROWS_AVAIL (Rows - p_ch - tabline_height())
1298 msg_row = Rows - 1; in win_split_ins()
1302 msg_row = Rows - 1; in win_split_ins()
3805 topframe->fr_height = Rows - p_ch; in win_alloc_firstwin()
4191 tp->tp_old_Rows = Rows; in leave_tabpage()
4246 if ((row < cmdline_row) && (cmdline_row <= Rows - p_ch)) in enter_tabpage()
4249 if (curtab->tp_old_Rows != Rows || (old_off != firstwin->w_winrow in enter_tabpage()
5326 wp->w_lines = ALLOC_CLEAR_MULT(wline_T, Rows ); in win_alloc_lines()
5411 ((int *)gap->ga_data)[gap->ga_len++] = Rows; in win_size_save()
5434 && ((int *)gap->ga_data)[0] == Rows) in win_size_restore()
5637 room_cmdline = Rows - p_ch - (lastwin->w_winrow in frame_setheight()
5926 room = Rows - p_ch; in win_setminheight()
6032 room = Rows - cmdline_row; in win_drag_status_line()
6086 p_ch = Rows - cmdline_row; in win_drag_status_line()
6443 cmdline_row = Rows - p_ch; in command_height()
6454 cmdline_row = Rows - p_ch; in command_height()
6470 screen_fill((int)(cmdline_row), (int)Rows, 0, in command_height()