Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h172 int o_cols; /* number of columns */ member
H A Dprutil.c372 if (opts.o_cols == 0 || !(opts.o_outpmode & (OPT_TERMCAP | OPT_TRUNC))) in format_namewidth()
384 return (opts.o_cols - prefixlen); in format_namewidth()
H A Dprstat.c390 n = opts.o_cols; in list_print()
440 if ((opts.o_outpmode & OPT_TERMCAP) && n < opts.o_cols) in list_print()
441 (void) printf("%*s", (int)(opts.o_cols - n), ""); in list_print()
1232 opts.o_cols = cols; in setsize()