Home | History | Annotate | Download | only in toolbox

Lines Matching defs:LABEL

16 struct label {
21 #define LABEL(constant) { #constant, constant }
24 static struct label key_value_labels[] = {
33 #undef LABEL
55 static const char *get_label(const struct label *labels, int value)
99 const char* label;
102 struct label* bit_labels;
121 label = "KEY";
125 label = "REL";
129 label = "ABS";
133 label = "MSC";
138 label = "LED";
143 label = "SND";
148 label = "SW ";
152 label = "REP";
156 label = "FF ";
160 label = "PWR";
164 label = "FFS";
169 label = "???";
181 printf(" %s (%04x):", label, i);
508 fprintf(stderr, " -l: label event types and names in plain text\n");