Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c182 int cstate_lines, event_lines, pos_y = 0; in pt_display_setup() local
204 event_lines = win_rows - SINGLE_LINE_SW - NEXT_LINE - LENGTH_SUGG_SW - in pt_display_setup()
207 if (event_lines > 0) { in pt_display_setup()
208 sw[SW_EVENTS] = subwin(stdscr, event_lines, win_cols, pos_y, 0); in pt_display_setup()
216 pos_y += event_lines + NEXT_LINE; in pt_display_setup()