OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:status_bar_slots
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/profilers/powertop/src/
suggestions.c
74
strcpy(
status_bar_slots
[8],"");
108
strcpy(
status_bar_slots
[8],"");
129
strncpy(
status_bar_slots
[8],ptr->keystring, 40);
display.c
48
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;
powertop.h
76
extern char
status_bar_slots
[10][40];
Completed in 875 milliseconds