OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldtty
(Results
1 - 2
of
2
) sorted by null
/external/bzip2/
bzmore
20
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
/external/qemu/
qemu-char.c
793
static struct termios
oldtty
;
variable in typeref:struct:termios
799
tcsetattr (0, TCSANOW, &
oldtty
);
807
tty =
oldtty
;
841
tcgetattr (0, &
oldtty
);
[
all
...]
Completed in 71 milliseconds