Home
last modified time | relevance | path

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

/dports/sysutils/openipmi/OpenIPMI-2.0.29/ui/
H A Dui.c78 int log_pad_top_line; variable
188 if (log_pad_top_line < 0) in log_pad_refresh()
189 log_pad_top_line = 0; in log_pad_refresh()
191 if (log_pad_top_line > (NUM_LOG_LINES - LOG_WIN_LINES)) in log_pad_refresh()
192 log_pad_top_line = NUM_LOG_LINES - LOG_WIN_LINES; in log_pad_refresh()
194 if (log_pad_top_line != (NUM_LOG_LINES - LOG_WIN_LINES)) { in log_pad_refresh()
196 log_pad_top_line -= newlines; in log_pad_refresh()
199 log_pad_top_line, 0, in log_pad_refresh()
806 log_pad_top_line -= (LOG_WIN_LINES-1); in key_ppage()
819 log_pad_top_line += (LOG_WIN_LINES-1); in key_npage()
[all …]