Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/thermal/tmon/
A Dtui.c52 static int maxx, maxy; variable
123 getmaxyx(stdscr, maxy, maxx); in setup_windows()
124 resizeterm(maxy, 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 - 18; in setup_windows()
150 status_bar_window = subwin(stdscr, 1, maxx, maxy-1, 0); in setup_windows()
189 getmaxyx(stdscr, maxy, maxx); /* get the new screen size */ in resize_handler()
194 sig, maxy, maxx); in resize_handler()
[all …]
/linux-6.3-rc2/scripts/kconfig/
A Dnconf.c950 int maxx, maxy; in show_menu() local
969 scale_menu(curses_menu, &maxy, &maxx); in show_menu()
970 maxx = min(maxx, mwin_max_cols-2); in show_menu()
974 maxx, in show_menu()
976 (mwin_max_cols-maxx)/2); in show_menu()

Completed in 6 milliseconds