Searched defs:status_bar_slots (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/profilers/powertop/src/
H A Ddisplay.c48 char status_bar_slots[10][40]; variable
108 strcpy(status_bar_slots[0], _(" Q - Quit "));
109 strcpy(status_bar_slots[1], _(" R - Refresh "));
154 if (strlen(status_bar_slots[i])==0)
157 print(status_bar_window, 0, x, status_bar_slots[i]);
159 x+= strlen(status_bar_slots[i])+1;

Completed in 114 milliseconds