Lines Matching defs:termios
48 * _POSIX_VDISABLE has been defined in <sys/termios.h> since the
79 * the standard says that they have to be in termios.h.
88 struct termios {
97 * POSIX termios functions
103 extern speed_t cfgetospeed(const struct termios *);
104 extern int cfsetospeed(struct termios *, speed_t);
105 extern speed_t cfgetispeed(const struct termios *);
106 extern int cfsetispeed(struct termios *, speed_t);
107 extern int tcgetattr(int, struct termios *);
108 extern int tcsetattr(int, int, const struct termios *);
350 /* termios ioctls */
387 /* termios option flags */