Searched refs:oldtty (Results 1 - 2 of 2) sorted by relevance

/external/bzip2/
H A Dbzmore20 oldtty=`stty -g 2>/dev/null`
27 if test $? -eq 0 -a -n "$oldtty"; then
28 trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15
/external/qemu/
H A Dqemu-char.c793 static struct termios oldtty; variable in typeref:struct:termios
799 tcsetattr (0, TCSANOW, &oldtty);
807 tty = oldtty;
841 tcgetattr (0, &oldtty);

Completed in 577 milliseconds