Searched refs:old_ss (Results 1 – 1 of 1) sorted by relevance
177 static struct screen_stat old_ss = { 0, 0, 0 }; variable402 old_ss.is_eof = 0; in screen()403 old_ss.first_line = 0; in screen()404 old_ss.last_line = 0; in screen()405 new_ss = old_ss; in screen()448 if (new_ss.first_line == old_ss.last_line) in screen()451 if (new_ss.first_line > old_ss.last_line) in screen()454 if (old_ss.first_line < new_ss.first_line) in screen()455 start = old_ss.last_line + 1; in screen()459 if (start < old_ss.first_line) in screen()[all …]