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