Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dnconf.gui.c527 int text_lines = 0, text_cols = 0; in show_scroll_win_ext() local
559 text_lines = max(win_lines-4, 0); in show_scroll_win_ext()
577 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext()
580 text_lines+2, in show_scroll_win_ext()
591 start_y += text_lines-2; in show_scroll_win_ext()
595 start_y -= text_lines+2; in show_scroll_win_ext()
601 start_y = total_lines-text_lines; in show_scroll_win_ext()
622 size_t end = (get_line(text, start_y + text_lines) - text); in show_scroll_win_ext()
636 if (start_y >= total_lines-text_lines) in show_scroll_win_ext()
637 start_y = total_lines-text_lines; in show_scroll_win_ext()

Completed in 3 milliseconds