Searched defs:termios (Results 1 – 4 of 4) sorted by relevance
57 struct termios struct72 const struct termios* arg); argument
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