HomeSort by: relevance | last modified time | path
    Searched refs:totwidth (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ps/
extern.h 41 extern int sumrusage, termwidth, totwidth;
print.c 181 totwidth += v->width + 1; /* +1 for space */
197 totwidth--; /* take off last space */
312 left = termwidth - (totwidth - v->width);
394 left = termwidth - (totwidth - v->width);
431 left = termwidth - (totwidth - v->width);
ps.c 118 int totwidth; /* calculated width of requested variables */ variable in typeref:typename:int

Completed in 13 milliseconds