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

/linux-master/scripts/kconfig/
H A Dnconf.gui.c516 int text_lines = 0, text_cols = 0; local
548 text_lines = max(win_lines-4, 0);
566 copywin(pad, win, start_y, start_x, 2, 2, text_lines,
569 text_lines+2,
580 start_y += text_lines-2;
584 start_y -= text_lines+2;
590 start_y = total_lines-text_lines;
611 size_t end = (get_line(text, start_y + text_lines) - text);
625 if (start_y >= total_lines-text_lines)
626 start_y = total_lines-text_lines;
[all...]

Completed in 125 milliseconds