Home
last modified time | relevance | path

Searched refs:cpustate_total_length (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/top/dist/
Ddisplay.c150 static int cpustate_total_length; variable
850 cpustate_total_length = 0; in display_init()
855 *ip++ = cpustate_total_length; in display_init()
858 cpustate_total_length += i + 8; in display_init()
861 cpustate_total_length -= 2; in display_init()
1171 if (cpustate_total_length + (signed)strlen(fmttag) > screen_width) { in cpustates_tag()