title_bar_window   40 tools/thermal/tmon/tui.c static WINDOW *title_bar_window;
title_bar_window   88 tools/thermal/tmon/tui.c 	close_window(title_bar_window);
title_bar_window  126 tools/thermal/tmon/tui.c 	title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0);
title_bar_window  381 tools/thermal/tmon/tui.c 	if (tui_disabled || !title_bar_window)
title_bar_window  384 tools/thermal/tmon/tui.c 	wattrset(title_bar_window, COLOR_PAIR(PT_COLOR_HEADER_BAR));
title_bar_window  385 tools/thermal/tmon/tui.c 	wbkgd(title_bar_window, COLOR_PAIR(PT_COLOR_HEADER_BAR));
title_bar_window  386 tools/thermal/tmon/tui.c 	werase(title_bar_window);
title_bar_window  388 tools/thermal/tmon/tui.c 	mvwprintw(title_bar_window, 0, 0,
title_bar_window  391 tools/thermal/tmon/tui.c 	wrefresh(title_bar_window);