Searched refs:totwidth (Results 1 – 3 of 3) sorted by relevance
41 extern int sumrusage, termwidth, totwidth;
181 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()
118 int totwidth; /* calculated width of requested variables */ variable