Home | History | Annotate | Download | only in kconfig

Lines Matching refs:total_lines

218 	int total_lines = get_line_no(text);
223 total_lines = min(total_lines, y);
224 for (i = 0; i < total_lines; i++) {
555 int total_lines = get_line_no(text);
570 total_lines = get_line_no(text);
571 for (i = 0; i < total_lines; i++) {
578 pad = newpad(total_lines+10, total_cols+10);
582 win_lines = min(total_lines+4, lines-2);
628 start_y = total_lines-text_lines;
653 if (start_y >= total_lines-text_lines)
654 start_y = total_lines-text_lines;