Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h79 #define OPT_TRUNC 0x100000 /* truncate long names */ macro
H A Dprstat.c468 opts.o_outpmode & (OPT_TERMCAP|OPT_TRUNC), in list_print()
473 opts.o_outpmode & (OPT_TERMCAP|OPT_TRUNC), in list_print()
479 opts.o_outpmode & (OPT_TERMCAP|OPT_TRUNC), in list_print()
514 opts.o_outpmode & (OPT_TERMCAP|OPT_TRUNC), in list_print()
1528 opts.o_outpmode |= OPT_TRUNC; in main()
H A Dprutil.c372 if (opts.o_cols == 0 || !(opts.o_outpmode & (OPT_TERMCAP | OPT_TRUNC))) in format_namewidth()