Searched refs:maxx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
H A D | tui.c | 52 static int maxx, maxy; variable 123 getmaxyx(stdscr, maxy, maxx); in setup_windows() 124 resizeterm(maxy, maxx); in setup_windows() 126 title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0); in setup_windows() 129 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); in setup_windows() 132 cooling_device_window = subwin(stdscr, ptdata.nr_cooling_dev + 3, maxx, in setup_windows() 140 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, in setup_windows() 144 NR_LINES_TZDATA + 3, maxx, y_begin, 0); in setup_windows() 146 control_window = subwin(stdscr, 4, maxx, y_begin, 0); in setup_windows() 149 maxwidth = maxx in setup_windows() [all...] |
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | tui.c | 52 static int maxx, maxy; variable 123 getmaxyx(stdscr, maxy, maxx); in setup_windows() 124 resizeterm(maxy, maxx); in setup_windows() 126 title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0); in setup_windows() 129 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); in setup_windows() 132 cooling_device_window = subwin(stdscr, ptdata.nr_cooling_dev + 3, maxx, in setup_windows() 140 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, in setup_windows() 144 NR_LINES_TZDATA + 3, maxx, y_begin, 0); in setup_windows() 146 control_window = subwin(stdscr, 4, maxx, y_begin, 0); in setup_windows() 149 maxwidth = maxx in setup_windows() [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | nconf.c | 953 int maxx, maxy; in show_menu() local 973 scale_menu(curses_menu, &maxy, &maxx); in show_menu() 974 maxx = min(maxx, mwin_max_cols-2); in show_menu() 978 maxx, in show_menu() 980 (mwin_max_cols-maxx)/2); in show_menu()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | nconf.c | 1025 int maxx, maxy; in show_menu() local 1044 scale_menu(curses_menu, &maxy, &maxx); in show_menu() 1045 maxx = min(maxx, mwin_max_cols-2); in show_menu() 1049 maxx, in show_menu() 1051 (mwin_max_cols-maxx)/2); in show_menu()
|
Completed in 5 milliseconds