Home
last modified time | relevance | path

Searched refs:old_ss (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c402 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()
455 start = old_ss.last_line + 1; in screen()
459 if (start < old_ss.first_line) in screen()
462 if (start > old_ss.last_line + 1) in screen()
484 old_ss = new_ss; in screen()
552 new_ss.last_line = old_ss.last_line; in command()
1249 (void) find(0, old_ss.first_line); in search()
[all …]