Home
last modified time | relevance | path

Searched defs:termios32 (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dtermios.h298 struct termios32 { struct
299 __uint32_t c_iflag; /* input flags */
300 __uint32_t c_oflag; /* output flags */
301 __uint32_t c_cflag; /* control flags */
302 __uint32_t c_lflag; /* local flags */
303 cc_t c_cc[NCCS]; /* control chars */
304 __uint32_t c_ispeed; /* input speed */
305 __uint32_t c_ospeed; /* output speed */