Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.gui.c549 int start_x = 0, start_y = 0; in show_scroll_win() local
593 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
608 start_y += text_lines-2; in show_scroll_win()
612 start_y -= text_lines+2; in show_scroll_win()
615 start_y = 0; in show_scroll_win()
618 start_y = total_lines-text_lines; in show_scroll_win()
622 start_y++; in show_scroll_win()
626 start_y--; in show_scroll_win()
641 if (start_y < 0) in show_scroll_win()
642 start_y = 0; in show_scroll_win()
[all …]