Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Ddisplay.c48 char status_bar_slots[10][40]; variable
108 strcpy(status_bar_slots[0], _(" Q - Quit ")); in setup_windows()
109 strcpy(status_bar_slots[1], _(" R - Refresh ")); in setup_windows()
154 if (strlen(status_bar_slots[i])==0) in show_title_bar()
157 print(status_bar_window, 0, x, status_bar_slots[i]); in show_title_bar()
159 x+= strlen(status_bar_slots[i])+1; in show_title_bar()
Dsuggestions.c74 strcpy(status_bar_slots[8],""); in reset_suggestions()
108 strcpy(status_bar_slots[8],""); in pick_suggestion()
129 strncpy(status_bar_slots[8],ptr->keystring, 40); in pick_suggestion()
Dpowertop.h76 extern char status_bar_slots[10][40];