Searched refs:oldtty (Results 1 – 2 of 2) sorted by relevance
20 oldtty=`stty -g 2>/dev/null`27 if test $? -eq 0 -a -n "$oldtty"; then
793 static struct termios oldtty; variable799 tcsetattr (0, TCSANOW, &oldtty); in term_exit()807 tty = oldtty; in qemu_chr_set_echo_stdio()841 tcgetattr (0, &oldtty); in qemu_chr_open_stdio()