Home
last modified time | relevance | path

Searched defs:savetty (Results 1 – 2 of 2) sorted by relevance

/netbsd/games/warp/
H A Dterm.h213 #define savetty() (tcgetattr(_tty_ch, &_oldtty),tcgetattr(_tty_ch, &_tty)) macro
227 #define savetty() (gtty(_tty_ch, &_tty), _res_flg = _tty.sg_flags) macro
/netbsd/lib/libcurses/
H A Dtty.c592 savetty(void) in savetty() function