Searched refs:process_window (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/latencytop/common/ |
H A D | display.c | 53 static WINDOW *process_window = NULL; variable 270 (void) mvwprintw(process_window, 0, screen_width - 8, "View: %c%c", in print_current_mode() 286 (void) werase(process_window); in print_empty_process_bar() 287 (void) wattron(process_window, A_REVERSE); in print_empty_process_bar() 291 (void) mvwprintw(process_window, 0, 0, "%s", header); in print_empty_process_bar() 294 (void) wattroff(process_window, A_REVERSE); in print_empty_process_bar() 296 (void) wrefresh(process_window); in print_empty_process_bar() 317 (void) werase(process_window); in print_process() 318 (void) wattron(process_window, A_REVERSE); in print_process() 322 (void) mvwprintw(process_window, 0, 0, "%s", header); in print_process() [all …]
|