Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dnconf.gui.c526 int start_x = 0, start_y = 0; in show_scroll_win_ext() local
538 start_x = *hscroll; in show_scroll_win_ext()
577 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext()
613 start_x--; in show_scroll_win_ext()
617 start_x++; in show_scroll_win_ext()
638 if (start_x < 0) in show_scroll_win_ext()
639 start_x = 0; in show_scroll_win_ext()
640 if (start_x >= total_cols-text_cols) in show_scroll_win_ext()
641 start_x = total_cols-text_cols; in show_scroll_win_ext()
645 *hscroll = start_x; in show_scroll_win_ext()

Completed in 3 milliseconds