/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/external/bzip2/ |
bzmore | 20 oldtty=`stty -g 2>/dev/null` 21 if stty -cbreak 2>/dev/null; then 24 # 'stty min 1' resets eof to ^a on both SunOS and SysV! 28 trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15 30 trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15 45 stty $cb -echo 2>/dev/null 47 stty $ncb echo 2>/dev/null
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
bugzillaLogin.sh | 6 stty -echo 8 stty echo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
sgtty.h | 36 extern int stty (int __fd, __const struct sgttyb *__params) __THROW;
|
term.h | 145 #define SET_TTY(fd, buf) stty(fd, buf) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
sgtty.h | 36 extern int stty (int __fd, __const struct sgttyb *__params) __THROW;
|
term.h | 145 #define SET_TTY(fd, buf) stty(fd, buf) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
sgtty.h | 36 extern int stty (int __fd, __const struct sgttyb *__params) __THROW;
|
term.h | 145 #define SET_TTY(fd, buf) stty(fd, buf) [all...] |
/external/grub/util/ |
grub-md5-crypt | 65 stty -echo 78 stty echo
|
grub-md5-crypt.in | 65 stty -echo 78 stty echo
|
/external/bison/build-aux/ |
gnupload | 256 stty -echo 258 stty echo
|