Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dnconf.gui.c200 int win_rows = 0; in btn_dialog() local
236 win_rows = msg_lines+4; in btn_dialog()
238 win_rows = msg_lines+2; in btn_dialog()
240 win = newwin(win_rows, total_width+4, y, x); in btn_dialog()
242 menu_win = derwin(win, 1, btns_width, win_rows-2, in btn_dialog()
245 msg_win = derwin(win, win_rows-2, msg_width, 1, in btn_dialog()

Completed in 4 milliseconds