Lines Matching refs:Rows
3359 if (Rows < min_rows()) // need room for one window and command line in check_shellsize()
3360 Rows = min_rows(); in check_shellsize()
3374 if (Rows > 1000) in limit_screen_size()
3375 Rows = 1000; in limit_screen_size()
3387 if (old_Rows != Rows || old_Columns != Columns) in win_new_shellsize()
3389 if (old_Rows != Rows) in win_new_shellsize()
3394 p_window = Rows - 1; in win_new_shellsize()
3395 old_Rows = Rows; in win_new_shellsize()
3422 int old_Rows = Rows; in shell_resized_check()
3435 if (old_Rows != Rows || old_Columns != Columns) in shell_resized_check()
3489 Rows = height; in set_shellsize()
4163 OUT_STR(tgoto((char *)T_CS, (int)Rows - 1, 0)); in scroll_region_reset()