Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dnconf.gui.c250 int win_rows = 0; in btn_dialog() local
286 win_rows = msg_lines+4; in btn_dialog()
288 win_rows = msg_lines+2; in btn_dialog()
290 win = newwin(win_rows, total_width+4, y, x); in btn_dialog()
292 menu_win = derwin(win, 1, btns_width, win_rows-2, in btn_dialog()
295 msg_win = derwin(win, win_rows-2, msg_width, 1, in btn_dialog()