Searched refs:text_lines (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 516 int text_lines = 0, text_cols = 0; in show_scroll_win_ext() local 548 text_lines = max(win_lines-4, 0); in show_scroll_win_ext() 566 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext() 569 text_lines+2, in show_scroll_win_ext() 580 start_y += text_lines-2; in show_scroll_win_ext() 584 start_y -= text_lines+2; in show_scroll_win_ext() 590 start_y = total_lines-text_lines; in show_scroll_win_ext() 611 size_t end = (get_line(text, start_y + text_lines) - text); in show_scroll_win_ext() 625 if (start_y >= total_lines-text_lines) in show_scroll_win_ext() 626 start_y = total_lines-text_lines; in show_scroll_win_ext()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.gui.c | 558 int text_lines = 0, text_cols = 0; in show_scroll_win() local 584 text_lines = max(win_lines-4, 0); in show_scroll_win() 603 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win() 606 text_lines+2, in show_scroll_win() 618 start_y += text_lines-2; in show_scroll_win() 622 start_y -= text_lines+2; in show_scroll_win() 628 start_y = total_lines-text_lines; in show_scroll_win() 653 if (start_y >= total_lines-text_lines) in show_scroll_win() 654 start_y = total_lines-text_lines; in show_scroll_win()
|