Searched defs:is_curses_on (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c143 static int is_curses_on = FALSE; /* current curses state */ variable
1118 if ((opts.o_outpmode & OPT_TERMCAP) && (is_curses_on == FALSE)) {
1122 is_curses_on = TRUE;
1129 if ((is_curses_on == TRUE) && (opts.o_outpmode & OPT_TERMCAP)) {
1132 is_curses_on = FALSE;

Completed in 484 milliseconds