Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/
H A Dcurses.h95 extern int LINES, COLS, _tty_ch, _res_flg;
160 (void) stty(_tty_ch, &_tty))
162 _pfast = !(_tty.sg_flags & CRMOD), (void) stty(_tty_ch, &_tty))
164 (void) stty(_tty_ch, &_tty))
166 (void) stty(_tty_ch, &_tty))
170 (void) stty(_tty_ch, &_tty))
172 (void) stty(_tty_ch, &_tty))
174 (void) stty(_tty_ch, &_tty))
176 (void) stty(_tty_ch, &_tty))
177 #define savetty() ((void) gtty(_tty_ch, &_tty), _res_flg = _tty.sg_flags)
[all …]
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_tty.c69 if (gtty(_tty_ch, &_tty) < 0) in gettmode()
72 if (stty(_tty_ch, &_tty) < 0) in gettmode()
80 (void) stty(_tty_ch, &_tty); in gettmode()
114 if (ioctl(_tty_ch, TIOCGWINSZ, &win) >= 0) { in setterm()
H A Dtstp.c52 (void) stty(_tty_ch, &_tty); in tstp()
H A Dcurses.c35 int _tty_ch = 1, /* file channel which is a tty */ variable
H A Dcurses.ext30 extern int _tty_ch, LINES, COLS;
H A Dmapfile-vers161 _tty_ch { ASSERT = { TYPE = OBJECT; SIZE = 4; }; };