Lines Matching defs:label
84 const char *label[MAX_CNTR_PER_GROUP];
218 group->label[ctr] = group->group->countables[n].name;
436 redraw_counter_label(win, row, group->label[ctr], selected);
438 /* quick hack, if the label has "CYCLE" in the name, it is
451 if (strstr(group->label[ctr], "CYCLE") ||
452 strstr(group->label[ctr], "BUSY") || strstr(group->label[ctr], "IDLE"))
730 const char *label = group->label[j];
735 label = group->group->countables[0].name;
737 int n = printf("%s: ", label) - 2;
741 if (strstr(label, "CYCLE") ||
742 strstr(label, "BUSY") ||
743 strstr(label, "IDLE")) {