Home
last modified time | relevance | path

Searched refs:maxx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/thermal/tmon/
Dtui.c61 static int maxx, maxy; variable
132 getmaxyx(stdscr, maxy, maxx); in setup_windows()
133 resizeterm(maxy, maxx); in setup_windows()
135 title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0); in setup_windows()
138 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); in setup_windows()
141 cooling_device_window = subwin(stdscr, ptdata.nr_cooling_dev + 3, maxx, in setup_windows()
149 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, in setup_windows()
153 NR_LINES_TZDATA + 3, maxx, y_begin, 0); in setup_windows()
155 control_window = subwin(stdscr, 4, maxx, y_begin, 0); in setup_windows()
158 maxwidth = maxx - 18; in setup_windows()
[all …]
/Linux-v4.19/scripts/kconfig/
Dnconf.c954 int maxx, maxy; in show_menu() local
974 scale_menu(curses_menu, &maxy, &maxx); in show_menu()
975 maxx = min(maxx, mwin_max_cols-2); in show_menu()
979 maxx, in show_menu()
981 (mwin_max_cols-maxx)/2); in show_menu()