Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/prstat/
H A Dprstat.c384 if (opts.o_outpmode & OPT_TTY) in list_print()
480 if (opts.o_outpmode & OPT_TTY) in list_print()
537 if (opts.o_outpmode & OPT_TTY) in list_print()
571 if (opts.o_outpmode & OPT_TTY) in list_print()
586 if (opts.o_outpmode & OPT_TTY) in list_print()
607 if (opts.o_outpmode & OPT_TTY) in list_print()
618 if (opts.o_outpmode & OPT_TTY) in list_print()
1555 opts.o_outpmode |= OPT_TTY; /* interactive */ in main()
1556 if (!(opts.o_outpmode & OPT_TTY)) { in main()
1580 if (opts.o_outpmode & OPT_TTY) { in main()
[all …]
H A Dprstat.h67 #define OPT_TTY 0x0100 /* report results to tty or file */ macro