Home | History | Annotate | Download | only in toolbox

Lines Matching refs:LABEL

15 struct label {
20 #define LABEL(constant) { #constant, constant }
23 static struct label key_value_labels[] = {
32 #undef LABEL
54 static const char *get_label(const struct label *labels, int value)
98 const char* label;
101 struct label* bit_labels;
122 label = "KEY";
126 label = "REL";
130 label = "ABS";
134 label = "MSC";
139 label = "LED";
144 label = "SND";
149 label = "SW ";
153 label = "REP";
157 label = "FF ";
161 label = "PWR";
165 label = "FFS";
170 label = "???";
182 printf(" %s (%04x):", label, i);
509 fprintf(stderr, " -l: label event types and names in plain text\n");