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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 69 #undef TTY
81 #define TTY struct termios
92 #define TTY struct termio
133 # define TTY struct termios
138 #define TTY struct sgttyb
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 69 #undef TTY
81 #define TTY struct termios
92 #define TTY struct termio
133 # define TTY struct termios
138 #define TTY struct sgttyb
    [all...]
  /external/mksh/src/
check.pl 1199 open(TTY, "> /dev/tty") || return 0;
1200 print TTY $msg;
1201 close(TTY);
    [all...]

Completed in 68 milliseconds