Searched defs:termios (Results 1 – 4 of 4) sorted by relevance
16 struct termios { struct24 // NCCS is defined in llvm-libc-macros/termios-macros.h. argument25 cc_t c_cc[NCCS]; // Control characters27 speed_t c_ispeed; // Input speed28 speed_t c_ospeed; // output speed
47 struct termios { struct48 tcflag_t c_iflag; // input mode flags72 const struct termios *termios_p); argument
226 struct termios { struct227 tcflag_t c_iflag; /* input flags */228 tcflag_t c_oflag; /* output flags */229 tcflag_t c_cflag; /* control flags */230 tcflag_t c_lflag; /* local flags */231 cc_t c_cc[NCCS]; /* control chars */232 speed_t c_ispeed; /* input speed */233 speed_t c_ospeed; /* output speed */
75 struct termios termios; in stty_default() local