Home
last modified time | relevance | path

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

/netbsd-src/bin/ps/
H A Dextern.h41 extern int sumrusage, termwidth, totwidth;
H A Dprint.c181 totwidth += v->width + 1; /* +1 for space */ in printheader()
197 totwidth--; /* take off last space */ in printheader()
312 left = termwidth - (totwidth - v->width); in command()
394 left = termwidth - (totwidth - v->width); in groups()
431 left = termwidth - (totwidth - v->width); in groupnames()
H A Dps.c118 int totwidth; /* calculated width of requested variables */ variable