Searched refs:top_lines (Results 1 – 1 of 1) sorted by relevance
671 register int top_lines; in display_resize() local676 top_lines = smart_terminal ? screen_length : 1; in display_resize()688 newsize = top_lines * (MAX_COLS + 1); in display_resize()725 if (top_lines < y_procs) in display_resize()726 top_lines = 0; in display_resize()728 top_lines -= y_procs; in display_resize()731 return top_lines; in display_resize()795 register int top_lines; in display_init() local832 top_lines = display_resize(); in display_init()835 if (top_lines > -1) in display_init()[all …]