Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/include/
H A Dncurses_mingw.h57 struct termios struct
72 const struct termios* arg); argument
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h47 struct termios { struct
48 tcflag_t c_iflag; // input mode flags
72 const struct termios *termios_p); argument
/freebsd/sys/sys/
H A D_termios.h226 struct termios { struct
227 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 */
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c75 struct termios termios; in stty_default() local