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

/freebsd-10.0-release/contrib/top/
H A Ddisplay.c444 static char *long_tag = "CPU states: "; local
446 /* if length + strlen(long_tag) >= screen_width, then we have to
448 if (cpustate_total_length + (int)strlen(long_tag) - 2 >= screen_width)
454 use = long_tag;

Completed in 73 milliseconds