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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c4731 struct tty_struct *oldtty = info->tty; local
4763 info->tty = oldtty;
4803 struct tty_struct *oldtty = info->tty; local
4849 info->tty = oldtty;
H A Dsynclinkmp.c5286 struct tty_struct *oldtty = info->tty; local
5334 info->tty = oldtty;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c297 static struct termios oldtty; variable in typeref:struct:termios
303 tcsetattr (0, TCSANOW, &oldtty);
322 oldtty = tty;

Completed in 179 milliseconds