Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/include/
H A Dncurses_mingw.h57 struct termios struct
72 const struct termios* arg); argument
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h50 struct termios { struct
51 tcflag_t c_iflag; // input mode flags
75 const struct termios *termios_p); argument
/freebsd-13.1/sys/sys/
H A D_termios.h228 struct termios { struct
229 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 */
/freebsd-13.1/crypto/heimdal/appl/login/
H A Dstty_default.c75 struct termios termios; in stty_default() local
/freebsd-13.1/contrib/opie/
H A Dopielogin.c829 struct termios termios; variable