Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.gui.c517 int start_x = 0, start_y = 0; in show_scroll_win_ext() local
531 start_y = *vscroll; in show_scroll_win_ext()
568 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext()
582 start_y += text_lines-2; in show_scroll_win_ext()
586 start_y -= text_lines+2; in show_scroll_win_ext()
589 start_y = 0; in show_scroll_win_ext()
592 start_y = total_lines-text_lines; in show_scroll_win_ext()
596 start_y++; in show_scroll_win_ext()
600 start_y--; in show_scroll_win_ext()
612 size_t start = (get_line(text, start_y) - text); in show_scroll_win_ext()
[all …]