Lines Matching refs:_tty_ch
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, &_tty), _res_flg = _tty.sg_flags)
180 #define resetty() (_tty.sg_flags = _res_flg, (void) stty(_tty_ch, &_tty))