Home
last modified time | relevance | path

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

/titanic_50/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)) { in curses_on()
1122 is_curses_on = TRUE; in curses_on()
1129 if ((is_curses_on == TRUE) && (opts.o_outpmode & OPT_TERMCAP)) { in curses_off()
1132 is_curses_on = FALSE; in curses_off()