Lines Matching refs:old_ss
175 static struct screen_stat old_ss = { 0, 0, 0 }; variable
402 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)
462 if (start > old_ss.last_line + 1)
484 old_ss = new_ss;
552 new_ss.first_line = old_ss.first_line;
553 new_ss.last_line = old_ss.last_line;
572 new_ss.first_line = old_ss.last_line;
582 new_ss.last_line = old_ss.last_line +
631 new_ss.first_line = old_ss.last_line + nlines;
633 new_ss.first_line = old_ss.first_line - nlines;
647 new_ss.last_line = old_ss.last_line + nlines;
656 new_ss.first_line = old_ss.first_line - nlines;
672 new_ss.first_line = old_ss.last_line + nlines;
693 new_ss.last_line = old_ss.first_line - nlines;
1262 (void) find(0, old_ss.first_line);
1266 (void) find(0, old_ss.last_line);