Lines Matching refs:cmdline_row
2100 if (row + height == cmdline_row && p_ls == 0) in win_equal_rec()
4246 if ((row < cmdline_row) && (cmdline_row <= Rows - p_ch)) in enter_tabpage()
5553 if (full_screen && msg_scrolled == 0 && row < cmdline_row) in win_setheight_win()
5554 screen_fill(row, cmdline_row, 0, (int)Columns, ' ', ' ', 0); in win_setheight_win()
5555 cmdline_row = row; in win_setheight_win()
6032 room = Rows - cmdline_row; in win_drag_status_line()
6084 screen_fill(row, cmdline_row, 0, (int)Columns, ' ', ' ', 0); in win_drag_status_line()
6085 cmdline_row = 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()
6472 msg_row = cmdline_row; in command_height()
6477 if (msg_row < cmdline_row) in command_height()
6478 msg_row = cmdline_row; in command_height()