term.h | 185 EXT struct termios _tty, _oldtty; variable in typeref:struct:termios 188 EXT struct termio _tty, _oldtty; 213 #define savetty() (tcgetattr(_tty_ch, &_oldtty),tcgetattr(_tty_ch, &_tty)) 214 #define resetty() ((bizarre=0),tcsetattr(_tty_ch, TCSAFLUSH, &_oldtty))
|