Searched refs:_tty_ch (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | tstp.c | 54 (void) stty(_tty_ch, &_tty);
|
H A D | curses.ext | 32 extern int _tty_ch, LINES, COLS;
|
H A D | cr_tty.c | 71 if (gtty(_tty_ch, &_tty) < 0) 74 if (stty(_tty_ch, &_tty) < 0) 82 (void) stty(_tty_ch, &_tty); 116 if (ioctl(_tty_ch, TIOCGWINSZ, &win) >= 0) {
|
H A D | curses.c | 37 int _tty_ch = 1, /* file channel which is a tty */ variable
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 97 extern int LINES, COLS, _tty_ch, _res_flg; 162 (void) stty(_tty_ch, &_tty)) 164 _pfast = !(_tty.sg_flags & CRMOD), (void) stty(_tty_ch, &_tty)) 166 (void) stty(_tty_ch, &_tty)) 168 (void) stty(_tty_ch, &_tty)) 172 (void) stty(_tty_ch, &_tty)) 174 (void) stty(_tty_ch, &_tty)) 176 (void) stty(_tty_ch, &_tty)) 178 (void) stty(_tty_ch, &_tty)) 179 #define savetty() ((void) gtty(_tty_ch, [all...] |
Completed in 45 milliseconds