Searched defs:termios32 (Results 1 – 1 of 1) sorted by relevance
298 struct termios32 { struct299 __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 */