HomeSort by: relevance | last modified time | path
    Searched defs:sgttyb (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
tty.h 78 struct sgttyb sgttyb; member in struct:__anon02bc16e10108
  /src/games/larn/
io.c 80 #define sgttyb termio macro
86 #define sgttyb termios macro
135 static struct sgttyb ttx;/* storage for the tty modes */
  /src/sys/sys/
ioctl_compat.h 69 struct sgttyb { struct
88 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
89 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */
90 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/

Completed in 13 milliseconds