Searched defs:old_ss (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c175 static struct screen_stat old_ss = { 0, 0, 0 }; variable in typeref:struct:screen_stat
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
[all...]

Completed in 46 milliseconds