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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
interactive.py
42
oldtty
= termios.tcgetattr(sys.stdin)
67
termios.tcsetattr(sys.stdin, termios.TCSADRAIN,
oldtty
)
Completed in 106 milliseconds