Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h69 #define OPT_FULLSCREEN 0x0200 /* full-screen mode flag */ macro
H A Dprstat.c181 OPT_PSINFO | OPT_FULLSCREEN | OPT_USEHOME | OPT_TERMCAP,
1197 if ((opts.o_outpmode & OPT_FULLSCREEN) && in setmovecur()
1229 if (opts.o_outpmode & OPT_FULLSCREEN) { in setsize()
1338 if (opts.o_outpmode & OPT_FULLSCREEN) in set_signals()
1438 opts.o_outpmode &= ~OPT_FULLSCREEN; in main()
1484 opts.o_outpmode &= ~OPT_FULLSCREEN; in main()
1597 opts.o_outpmode &= ~OPT_FULLSCREEN; in main()
1647 if (opts.o_outpmode & OPT_FULLSCREEN) in main()