Searched defs:termios (Results 1 – 5 of 5) 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
228 struct termios { struct229 tcflag_t c_iflag; /* input flags */230 tcflag_t c_oflag; /* output flags */231 tcflag_t c_cflag; /* control flags */232 tcflag_t c_lflag; /* local flags */233 cc_t c_cc[NCCS]; /* control chars */234 speed_t c_ispeed; /* input speed */235 speed_t c_ospeed; /* output speed */
75 struct termios termios; in stty_default() local
829 struct termios termios; variable