vmstat.c | 154 } *ie_head; variable in typeref:struct:intr_evcnt * 172 if (reallocarr(&ie_head, nevcnt + 1, sizeof(*ie)) != 0) { 176 ie = ie_head + nevcnt; 271 move(ie_head[i].ie_loc, INTSCOL + 9); 272 group_width = strlen(ie_head[i].ie_group); 273 name_width = strlen(ie_head[i].ie_name); 288 if (strcasecmp(ie_head[i].ie_name, "intr") == 0) { 301 printw("%-.*s", group_width, ie_head[i].ie_group); 306 printw("%-.*s", name_width, ie_head[i].ie_name); 376 if (ie_head[i].ie_loc == 0 [all...] |