Searched refs:sgttyb (Results 1 – 4 of 4) sorted by relevance
23 gtty (int fd, struct sgttyb *params) in gtty()
23 stty (int fd, const struct sgttyb *params) in stty()
25 struct sgttyb { struct
335 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */336 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */337 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/
Completed in 6 milliseconds