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

/scripts/kconfig/
H A Dnconf.gui.c246 int msg_lines = 0; local
269 msg_lines = get_line_no(msg);
270 for (i = 0; i < msg_lines; i++) {
279 y = (LINES-(msg_lines+4))/2;
285 win_rows = msg_lines+4;
287 win_rows = msg_lines+2;

Completed in 40 milliseconds