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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/scripts/
H A Dxzmore.in37 oldtty=`stty -g 2>/dev/null`
44 if test $? -eq 0 && test -n "$oldtty"; then
45 trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A Dxzmore37 oldtty=`stty -g 2>/dev/null`
44 if test $? -eq 0 && test -n "$oldtty"; then
45 trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15
H A Dxzmore.in37 oldtty=`stty -g 2>/dev/null`
44 if test $? -eq 0 && test -n "$oldtty"; then
45 trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink_gt.c4875 struct tty_struct *oldtty = info->port.tty; local
4907 info->port.tty = oldtty;
4947 struct tty_struct *oldtty = info->port.tty; local
4991 info->port.tty = oldtty;
H A Dsynclinkmp.c5252 struct tty_struct *oldtty = info->port.tty; local
5300 info->port.tty = oldtty;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c154 static struct termios oldtty; variable in typeref:struct:termios
303 tcsetattr (0, TCSANOW, &oldtty);
338 oldtty = tty;

Completed in 202 milliseconds