maxx 953 scripts/kconfig/nconf.c int maxx, maxy; maxx 973 scripts/kconfig/nconf.c scale_menu(curses_menu, &maxy, &maxx); maxx 974 scripts/kconfig/nconf.c maxx = min(maxx, mwin_max_cols-2); maxx 978 scripts/kconfig/nconf.c maxx, maxx 980 scripts/kconfig/nconf.c (mwin_max_cols-maxx)/2); maxx 52 tools/thermal/tmon/tui.c static int maxx, maxy; maxx 123 tools/thermal/tmon/tui.c getmaxyx(stdscr, maxy, maxx); maxx 124 tools/thermal/tmon/tui.c resizeterm(maxy, maxx); maxx 126 tools/thermal/tmon/tui.c title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0); maxx 129 tools/thermal/tmon/tui.c tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); maxx 132 tools/thermal/tmon/tui.c cooling_device_window = subwin(stdscr, ptdata.nr_cooling_dev + 3, maxx, maxx 140 tools/thermal/tmon/tui.c dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, maxx 144 tools/thermal/tmon/tui.c NR_LINES_TZDATA + 3, maxx, y_begin, 0); maxx 146 tools/thermal/tmon/tui.c control_window = subwin(stdscr, 4, maxx, y_begin, 0); maxx 149 tools/thermal/tmon/tui.c maxwidth = maxx - 18; maxx 150 tools/thermal/tmon/tui.c status_bar_window = subwin(stdscr, 1, maxx, maxy-1, 0); maxx 189 tools/thermal/tmon/tui.c getmaxyx(stdscr, maxy, maxx); /* get the new screen size */ maxx 194 tools/thermal/tmon/tui.c sig, maxy, maxx); maxx 268 tools/thermal/tmon/tui.c mvwprintw(cooling_device_window, 0, maxx/2 - sizeof(cdev_title), maxx 292 tools/thermal/tmon/tui.c mvwprintw(w, 0, maxx/4, DIAG_TITLE); maxx 344 tools/thermal/tmon/tui.c mvwprintw(control_window, 0, maxx/2 - sizeof(control_title), maxx 575 tools/thermal/tmon/tui.c mvwprintw(thermal_data_window, 0, maxx/2 - sizeof(data_win_title), maxx 648 tools/thermal/tmon/tui.c mvwprintw(tz_sensor_window, 0, maxx/2 - sizeof(tz_title), tz_title);