getmaxy           122 scripts/kconfig/lxdialog/checklist.c 	if (getmaxy(stdscr) < (height + CHECKLIST_HEIGTH_MIN))
getmaxy           131 scripts/kconfig/lxdialog/checklist.c 	y = (getmaxy(stdscr) - height) / 2;
getmaxy            46 scripts/kconfig/lxdialog/inputbox.c 	if (getmaxy(stdscr) <= (height - INPUTBOX_HEIGTH_MIN))
getmaxy            53 scripts/kconfig/lxdialog/inputbox.c 	y = (getmaxy(stdscr) - height) / 2;
getmaxy           181 scripts/kconfig/lxdialog/menubox.c 	height = getmaxy(stdscr);
getmaxy           194 scripts/kconfig/lxdialog/menubox.c 	y = (getmaxy(stdscr) - height) / 2;
getmaxy            89 scripts/kconfig/lxdialog/textbox.c 	y = (getmaxy(stdscr) - height) / 2;
getmaxy           393 scripts/kconfig/lxdialog/textbox.c 	wmove(win, getmaxy(win) - 3, getmaxx(win) - 9);
getmaxy           246 scripts/kconfig/lxdialog/util.c 	lines = getmaxy(stdscr);
getmaxy            35 scripts/kconfig/lxdialog/yesno.c 	if (getmaxy(stdscr) < (height + YESNO_HEIGTH_MIN))
getmaxy            42 scripts/kconfig/lxdialog/yesno.c 	y = (getmaxy(stdscr) - height) / 2;
getmaxy           369 scripts/kconfig/nconf.c 	int lines = getmaxy(stdscr);
getmaxy           279 scripts/kconfig/nconf.gui.c 	y = (getmaxy(stdscr)-(msg_lines+4))/2;