y_begin 118 tools/thermal/tmon/tui.c int y_begin = 1; y_begin 127 tools/thermal/tmon/tui.c y_begin += TITLE_BAR_HIGHT; y_begin 129 tools/thermal/tmon/tui.c tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); y_begin 130 tools/thermal/tmon/tui.c y_begin += SENSOR_WIN_HIGHT; y_begin 133 tools/thermal/tmon/tui.c y_begin, 0); y_begin 134 tools/thermal/tmon/tui.c y_begin += ptdata.nr_cooling_dev + 3; /* 2 lines for border */ y_begin 144 tools/thermal/tmon/tui.c NR_LINES_TZDATA + 3, maxx, y_begin, 0); y_begin 145 tools/thermal/tmon/tui.c y_begin += ptdata.nr_tz_sensor * NR_LINES_TZDATA + 3; y_begin 146 tools/thermal/tmon/tui.c control_window = subwin(stdscr, 4, maxx, y_begin, 0);