HomeSort by relevance Sort by last modified time
    Searched refs:stty (Results 1 - 11 of 11) sorted by null

  /bionic/libc/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /development/ndk/platforms/android-3/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
sgtty.h 45 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/grub/util/
grub-md5-crypt 65 stty -echo
78 stty echo
grub-md5-crypt.in 65 stty -echo
78 stty echo

Completed in 1479 milliseconds