Home
last modified time | relevance | path

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

/dragonfly/bin/ps/
H A Dps.c75 int totwidth; /* calculated width of requested variables */ variable
567 totwidth += vent->width + 1; /* +1 for space */ in sizevars()
569 totwidth--; in sizevars()
H A Dextern.h40 extern int sumrusage, termwidth, totwidth;
H A Dprint.c155 left = termwidth - (totwidth - vent->width); in command()