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

/external/autotest/client/profilers/powertop/src/
H A Dsuggestions.c49 char *keystring; member in struct:suggestion
69 free(ptr->keystring);
80 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func) argument
94 if (keystring)
95 new->keystring = strdup(keystring);
128 if (ptr->keystring)
129 strncpy(status_bar_slots[8],ptr->keystring, 40);

Completed in 268 milliseconds