Searched refs:text_lines (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
H A D | nconf.gui.c | 550 int text_lines = 0, text_cols = 0; show_scroll_win() local 576 text_lines = max(win_lines-4, 0); show_scroll_win() 595 copywin(pad, win, start_y, start_x, 2, 2, text_lines, show_scroll_win() 598 text_lines+2, show_scroll_win() 610 start_y += text_lines-2; show_scroll_win() 614 start_y -= text_lines+2; show_scroll_win() 620 start_y = total_lines-text_lines; show_scroll_win() 645 if (start_y >= total_lines-text_lines) show_scroll_win() 646 start_y = total_lines-text_lines; show_scroll_win()
|
Completed in 41 milliseconds