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

/osnet-11/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);
610 (void) werase(sw[SW_EVENTS]);
611 (void) wbkgd(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT));
612 (void) wattron(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT));
630 print(sw[SW_EVENTS], 0, 0, "%s", c);
642 print(sw[SW_EVENTS], i+1, 0, "%s", c);
643 print(sw[SW_EVENTS], i+1, 16, "%20s :",
645 print(sw[SW_EVENTS], i+1, 40, "%-64s\n",
650 (void) wnoutrefresh(sw[SW_EVENTS]);
[all...]

Completed in 15 milliseconds