getmaxx           124 scripts/kconfig/lxdialog/checklist.c 	if (getmaxx(stdscr) < (width + CHECKLIST_WIDTH_MIN))
getmaxx           130 scripts/kconfig/lxdialog/checklist.c 	x = (getmaxx(stdscr) - width) / 2;
getmaxx            48 scripts/kconfig/lxdialog/inputbox.c 	if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN))
getmaxx            52 scripts/kconfig/lxdialog/inputbox.c 	x = (getmaxx(stdscr) - width) / 2;
getmaxx           182 scripts/kconfig/lxdialog/menubox.c 	width = getmaxx(stdscr);
getmaxx           193 scripts/kconfig/lxdialog/menubox.c 	x = (getmaxx(stdscr) - width) / 2;
getmaxx            88 scripts/kconfig/lxdialog/textbox.c 	x = (getmaxx(stdscr) - width) / 2;
getmaxx           393 scripts/kconfig/lxdialog/textbox.c 	wmove(win, getmaxy(win) - 3, getmaxx(win) - 9);
getmaxx           247 scripts/kconfig/lxdialog/util.c 	columns = getmaxx(stdscr);
getmaxx            37 scripts/kconfig/lxdialog/yesno.c 	if (getmaxx(stdscr) < (width + YESNO_WIDTH_MIN))
getmaxx            41 scripts/kconfig/lxdialog/yesno.c 	x = (getmaxx(stdscr) - width) / 2;
getmaxx           788 scripts/kconfig/mconf.c 	help.max_width = getmaxx(stdscr) - 10;
getmaxx           960 scripts/kconfig/nconf.c 	print_in_middle(stdscr, 1, 0, getmaxx(stdscr),
getmaxx           280 scripts/kconfig/nconf.gui.c 	x = (getmaxx(stdscr)-(total_width+4))/2;