Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dnconf.gui.c556 int start_x = 0, start_y = 0; in show_scroll_win() local
602 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
639 start_x--; in show_scroll_win()
643 start_x++; in show_scroll_win()
654 if (start_x < 0) in show_scroll_win()
655 start_x = 0; in show_scroll_win()
656 if (start_x >= total_cols-text_cols) in show_scroll_win()
657 start_x = total_cols-text_cols; in show_scroll_win()