Searched refs:long_tag (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/top/
H A Ddisplay.c457 static char *long_tag = "CPU states: "; local
459 /* if length + strlen(long_tag) >= screen_width, then we have to
461 if (cpustate_total_length + (int)strlen(long_tag) - 2 >= screen_width)
467 use = long_tag;

Completed in 101 milliseconds