Searched refs:log_pad_top_line (Results 1 – 1 of 1) sorted by relevance
78 int log_pad_top_line; variable188 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 …]