HomeSort by: relevance | last modified time | path
    Searched defs:group_width (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/systat/
vmstat.c 265 int width, name_width, group_width; local in function:print_ie_title
272 group_width = strlen(ie_head[i].ie_group);
274 width -= group_width + 1 + name_width;
285 group_width -= (width + 1) / 2;
289 group_width += name_width + 1;
292 if (group_width <= 3 || name_width < 0) {
294 name_width += group_width + 1;
295 group_width = 0;
300 if (group_width != 0) {
301 printw("%-.*s", group_width, ie_head[i].ie_group)
    [all...]

Completed in 11 milliseconds