HomeSort by: relevance | last modified time | path
    Searched defs:_oldtty (Results 1 - 1 of 1) sorted by relevancy

  /src/games/warp/
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))

Completed in 11 milliseconds