Home
last modified time | relevance | path

Searched refs:OPT_TTY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c386 if (opts.o_outpmode & OPT_TTY) in list_print()
487 if (opts.o_outpmode & OPT_TTY) in list_print()
543 if (opts.o_outpmode & OPT_TTY) in list_print()
573 if (opts.o_outpmode & OPT_TTY) in list_print()
587 if (opts.o_outpmode & OPT_TTY) in list_print()
608 if (opts.o_outpmode & OPT_TTY) in list_print()
619 if (opts.o_outpmode & OPT_TTY) in list_print()
1595 if (!(opts.o_outpmode & OPT_TTY)) { in main()
1619 if (opts.o_outpmode & OPT_TTY) { in main()
1708 if (opts.o_outpmode & OPT_TTY) { in main()
[all …]
H A Dprstat.h68 #define OPT_TTY 0x0100 /* report results to tty or file */ macro