Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dnconf.gui.c169 int total_lines = get_line_no(text); in fill_window() local
174 total_lines = min(total_lines, y); in fill_window()
175 for (i = 0; i < total_lines; i++) { in fill_window()
524 int total_lines = get_line_no(text); in show_scroll_win_ext() local
545 total_lines = get_line_no(text); in show_scroll_win_ext()
546 for (i = 0; i < total_lines; i++) { in show_scroll_win_ext()
553 pad = newpad(total_lines+10, total_cols+10); in show_scroll_win_ext()
557 win_lines = min(total_lines+4, lines-2); in show_scroll_win_ext()
601 start_y = total_lines-text_lines; in show_scroll_win_ext()
636 if (start_y >= total_lines-text_lines) in show_scroll_win_ext()
[all …]
/scripts/
A Dget_maintainer.pl2311 my $total_lines;
2319 $total_lines = @all_commits;
2417 vcs_assign("authored lines", $total_lines, @blame_signers);

Completed in 7 milliseconds