Lines Matching refs:process_window

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()
325 (void) mvwprintw(process_window, 0, 48, "Total: %s", in print_process()
331 (void) wattroff(process_window, A_REVERSE); in print_process()
332 print_statistics(process_window, 1, 8, list); in print_process()
335 (void) wrefresh(process_window); in print_process()
514 (void) werase(process_window); in print_thread()
515 (void) wattron(process_window, A_REVERSE); in print_thread()
520 (void) mvwprintw(process_window, 0, 0, "%s", header); in print_thread()
523 (void) mvwprintw(process_window, 0, 48, "Total: %s", in print_thread()
530 (void) wattroff(process_window, A_REVERSE); in print_thread()
531 print_statistics(process_window, 1, 8, list); in print_thread()
533 (void) wrefresh(process_window); in print_thread()
760 process_window = subwin(stdscr, screen_height / 2 - 3, in lt_display_init()
1031 process_window = NULL; in lt_display_deinit()