Searched refs:old_Rows (Results 1 – 3 of 3) sorted by relevance
3384 static int old_Rows = 0; in win_new_shellsize() local3387 if (old_Rows != Rows || old_Columns != Columns) in win_new_shellsize()3389 if (old_Rows != Rows) in win_new_shellsize()3393 if (p_window == old_Rows - 1 || (old_Rows == 0 && p_window == 0)) in win_new_shellsize()3395 old_Rows = Rows; in win_new_shellsize()3422 int old_Rows = Rows; in shell_resized_check() local3435 if (old_Rows != Rows || old_Columns != Columns) in shell_resized_check()
2578 int old_Rows; in screenalloc() local2861 old_Rows = screen_Rows; in screenalloc()2873 && old_Rows != Rows) in screenalloc()2881 else if (Rows > old_Rows) // Rows got bigger in screenalloc()2882 msg_row += Rows - old_Rows; // put cursor in same place in screenalloc()
3315 long old_Rows = Rows; // remember old Rows in set_num_option() local3724 if (old_Rows != Rows || old_Columns != Columns) in set_num_option()3797 if (Rows != old_Rows) // Rows changed, just adjust p_sj in set_num_option()