Home
last modified time | relevance | path

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

/external/bzip2/
Dbzmore20 oldtty=`stty -g 2>/dev/null`
27 if test $? -eq 0 -a -n "$oldtty"; then
/external/qemu/
Dqemu-char.c793 static struct termios oldtty; variable
799 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()