Searched refs:sgttyb (Results 1 – 3 of 3) sorted by relevance
44 int gtty(int, struct sgttyb *);45 int stty(int, struct sgttyb *);
69 struct sgttyb { struct90 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */ argument91 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */92 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/
25 struct sgttyb { struct