Home
last modified time | relevance | path

Searched refs:oldtty (Results 1 – 3 of 3) 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.c700 static struct termios oldtty; variable
706 tcsetattr (0, TCSANOW, &oldtty); in term_exit()
715 oldtty = tty; in term_init()
Dqemu-char-android.c732 static struct termios oldtty; variable
738 tcsetattr (0, TCSANOW, &oldtty); in term_exit()
747 oldtty = tty; in term_init()