Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dnconf.gui.c557 int text_lines = 0, text_cols = 0; in show_scroll_win() local
583 text_lines = max(win_lines-4, 0); in show_scroll_win()
602 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
605 text_lines+2, in show_scroll_win()
617 start_y += text_lines-2; in show_scroll_win()
621 start_y -= text_lines+2; in show_scroll_win()
627 start_y = total_lines-text_lines; in show_scroll_win()
652 if (start_y >= total_lines-text_lines) in show_scroll_win()
653 start_y = total_lines-text_lines; in show_scroll_win()