stdscr 122 scripts/kconfig/lxdialog/checklist.c if (getmaxy(stdscr) < (height + CHECKLIST_HEIGTH_MIN)) stdscr 124 scripts/kconfig/lxdialog/checklist.c if (getmaxx(stdscr) < (width + CHECKLIST_WIDTH_MIN)) stdscr 130 scripts/kconfig/lxdialog/checklist.c x = (getmaxx(stdscr) - width) / 2; stdscr 131 scripts/kconfig/lxdialog/checklist.c y = (getmaxy(stdscr) - height) / 2; stdscr 133 scripts/kconfig/lxdialog/checklist.c draw_shadow(stdscr, y, x, height, width); stdscr 46 scripts/kconfig/lxdialog/inputbox.c if (getmaxy(stdscr) <= (height - INPUTBOX_HEIGTH_MIN)) stdscr 48 scripts/kconfig/lxdialog/inputbox.c if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) stdscr 52 scripts/kconfig/lxdialog/inputbox.c x = (getmaxx(stdscr) - width) / 2; stdscr 53 scripts/kconfig/lxdialog/inputbox.c y = (getmaxy(stdscr) - height) / 2; stdscr 55 scripts/kconfig/lxdialog/inputbox.c draw_shadow(stdscr, y, x, height, width); stdscr 181 scripts/kconfig/lxdialog/menubox.c height = getmaxy(stdscr); stdscr 182 scripts/kconfig/lxdialog/menubox.c width = getmaxx(stdscr); stdscr 193 scripts/kconfig/lxdialog/menubox.c x = (getmaxx(stdscr) - width) / 2; stdscr 194 scripts/kconfig/lxdialog/menubox.c y = (getmaxy(stdscr) - height) / 2; stdscr 196 scripts/kconfig/lxdialog/menubox.c draw_shadow(stdscr, y, x, height, width); stdscr 69 scripts/kconfig/lxdialog/textbox.c getmaxyx(stdscr, height, width); stdscr 88 scripts/kconfig/lxdialog/textbox.c x = (getmaxx(stdscr) - width) / 2; stdscr 89 scripts/kconfig/lxdialog/textbox.c y = (getmaxy(stdscr) - height) / 2; stdscr 91 scripts/kconfig/lxdialog/textbox.c draw_shadow(stdscr, y, x, height, width); stdscr 246 scripts/kconfig/lxdialog/util.c lines = getmaxy(stdscr); stdscr 247 scripts/kconfig/lxdialog/util.c columns = getmaxx(stdscr); stdscr 249 scripts/kconfig/lxdialog/util.c attr_clear(stdscr, lines, columns, dlg.screen.atr); stdscr 255 scripts/kconfig/lxdialog/util.c wattrset(stdscr, dlg.screen.atr); stdscr 256 scripts/kconfig/lxdialog/util.c mvwaddstr(stdscr, 0, 1, (char *)dlg.backtitle); stdscr 263 scripts/kconfig/lxdialog/util.c wmove(stdscr, 1, 1); stdscr 266 scripts/kconfig/lxdialog/util.c waddstr(stdscr, ellipsis); stdscr 272 scripts/kconfig/lxdialog/util.c waddch(stdscr, ACS_RARROW); stdscr 277 scripts/kconfig/lxdialog/util.c waddch(stdscr, ' '); stdscr 282 scripts/kconfig/lxdialog/util.c waddstr(stdscr, pos->text + skip); stdscr 288 scripts/kconfig/lxdialog/util.c waddch(stdscr, ' '); stdscr 294 scripts/kconfig/lxdialog/util.c waddch(stdscr, ACS_HLINE); stdscr 296 scripts/kconfig/lxdialog/util.c wnoutrefresh(stdscr); stdscr 309 scripts/kconfig/lxdialog/util.c getyx(stdscr, saved_y, saved_x); stdscr 311 scripts/kconfig/lxdialog/util.c getmaxyx(stdscr, height, width); stdscr 320 scripts/kconfig/lxdialog/util.c keypad(stdscr, TRUE); stdscr 35 scripts/kconfig/lxdialog/yesno.c if (getmaxy(stdscr) < (height + YESNO_HEIGTH_MIN)) stdscr 37 scripts/kconfig/lxdialog/yesno.c if (getmaxx(stdscr) < (width + YESNO_WIDTH_MIN)) stdscr 41 scripts/kconfig/lxdialog/yesno.c x = (getmaxx(stdscr) - width) / 2; stdscr 42 scripts/kconfig/lxdialog/yesno.c y = (getmaxy(stdscr) - height) / 2; stdscr 44 scripts/kconfig/lxdialog/yesno.c draw_shadow(stdscr, y, x, height, width); stdscr 788 scripts/kconfig/mconf.c help.max_width = getmaxx(stdscr) - 10; stdscr 369 scripts/kconfig/nconf.c int lines = getmaxy(stdscr); stdscr 960 scripts/kconfig/nconf.c print_in_middle(stdscr, 1, 0, getmaxx(stdscr), stdscr 1459 scripts/kconfig/nconf.c getmaxyx(stdscr, lines, columns); stdscr 1500 scripts/kconfig/nconf.c keypad(stdscr, TRUE); stdscr 1503 scripts/kconfig/nconf.c getmaxyx(stdscr, lines, columns); stdscr 1511 scripts/kconfig/nconf.c notimeout(stdscr, FALSE); stdscr 158 scripts/kconfig/nconf.gui.c win = stdscr; stdscr 279 scripts/kconfig/nconf.gui.c y = (getmaxy(stdscr)-(msg_lines+4))/2; stdscr 280 scripts/kconfig/nconf.gui.c x = (getmaxx(stdscr)-(total_width+4))/2; stdscr 373 scripts/kconfig/nconf.gui.c getmaxyx(stdscr, lines, columns); stdscr 567 scripts/kconfig/nconf.gui.c getmaxyx(stdscr, lines, columns); stdscr 89 tools/thermal/tmon/tmon.c keypad(stdscr, FALSE); stdscr 304 tools/thermal/tmon/tmon.c nodelay(stdscr, TRUE); stdscr 123 tools/thermal/tmon/tui.c getmaxyx(stdscr, maxy, maxx); stdscr 126 tools/thermal/tmon/tui.c title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0); stdscr 129 tools/thermal/tmon/tui.c tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); stdscr 132 tools/thermal/tmon/tui.c cooling_device_window = subwin(stdscr, ptdata.nr_cooling_dev + 3, maxx, stdscr 140 tools/thermal/tmon/tui.c dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, stdscr 143 tools/thermal/tmon/tui.c thermal_data_window = subwin(stdscr, ptdata.nr_tz_sensor * stdscr 146 tools/thermal/tmon/tui.c control_window = subwin(stdscr, 4, maxx, y_begin, 0); stdscr 150 tools/thermal/tmon/tui.c status_bar_window = subwin(stdscr, 1, maxx, maxy-1, 0); stdscr 178 tools/thermal/tmon/tui.c werase(stdscr); stdscr 189 tools/thermal/tmon/tui.c getmaxyx(stdscr, maxy, maxx); /* get the new screen size */ stdscr 358 tools/thermal/tmon/tui.c keypad(stdscr, TRUE); /* enable keyboard mapping */