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

/linux-4.1.27/scripts/kconfig/
H A Dnconf.gui.c247 int msg_width = 0; btn_dialog() local
273 if (msg_width < len) btn_dialog()
274 msg_width = len; btn_dialog()
277 total_width = max(msg_width, btns_width); btn_dialog()
294 msg_win = derwin(win, win_rows-2, msg_width, 1, btn_dialog()
295 1+(total_width+2-msg_width)/2); btn_dialog()

Completed in 90 milliseconds