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

/linux-master/tools/thermal/tmon/
H A Dtui.c52 static int maxx, maxy; variable
123 getmaxyx(stdscr, maxy, maxx);
124 resizeterm(maxy, maxx);
126 title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0);
129 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0);
132 cooling_device_window = subwin(stdscr, ptdata.nr_cooling_dev + 3, maxx,
140 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50,
144 NR_LINES_TZDATA + 3, maxx, y_begin, 0);
146 control_window = subwin(stdscr, 4, maxx, y_begin, 0);
149 maxwidth = maxx
[all...]
/linux-master/scripts/kconfig/
H A Dnconf.c975 int maxx, maxy; local
994 scale_menu(curses_menu, &maxy, &maxx);
995 maxx = min(maxx, mwin_max_cols-2);
999 maxx,
1001 (mwin_max_cols-maxx)/2);

Completed in 129 milliseconds