Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcurses/screen/
H A Dresetty.c62 } else if ((_BR(SP->save_tty_buf)) != 0) { in resetty()
65 PROGTTY = SP->save_tty_buf; in resetty()
83 if ((_BR(SP->save_tty_buf)) != 0) { in resetty()
84 PROGTTY = SP->save_tty_buf; in resetty()
H A Dsavetty.c64 SP->save_tty_buf = PROGTTY; in savetty()
68 SP->save_tty_buf = PROGTTY; in savetty()
H A Dcurshdr.h149 SGTTY save_tty_buf; /* saved termio state of this tty */ member