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

/opensolaris-onvv-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c87 SW_EVENTS, enumerator in enum:pt_subwindows
204 sw[SW_EVENTS] = subwin(stdscr, event_lines, win_cols, pos_y, 0);
595 (void) werase(sw[SW_EVENTS]);
596 (void) wbkgd(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT));
597 (void) wattron(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT));
615 print(sw[SW_EVENTS], 0, 0, "%s", c);
627 print(sw[SW_EVENTS], i+1, 0, "%s", c);
628 print(sw[SW_EVENTS], i+1, 16, "%20s :",
630 print(sw[SW_EVENTS], i+1, 40, "%-64s\n",
635 (void) wnoutrefresh(sw[SW_EVENTS]);
[all...]

Completed in 178 milliseconds