OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldtty
(Results
1 - 3
of
3
) 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-android.c
732
static struct termios
oldtty
;
variable in typeref:struct:termios
738
tcsetattr (0, TCSANOW, &
oldtty
);
747
oldtty
= tty;
[
all
...]
qemu-char.c
700
static struct termios
oldtty
;
variable in typeref:struct:termios
706
tcsetattr (0, TCSANOW, &
oldtty
);
715
oldtty
= tty;
[
all
...]
Completed in 294 milliseconds