Home
last modified time | relevance | path

Searched refs:suggestion_window (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/profilers/powertop/src/
Ddisplay.c43 static WINDOW *suggestion_window; variable
76 if (suggestion_window) { in zap_windows()
77 delwin(suggestion_window); in zap_windows()
78 suggestion_window = NULL; in zap_windows()
105 suggestion_window = subwin(stdscr, 3, maxx, maxy-4, 0); in setup_windows()
313 werase(suggestion_window); in show_suggestion()
314 print(suggestion_window, 0, 0, "%s", sug); in show_suggestion()
315 wrefresh(suggestion_window); in show_suggestion()