Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ncurses/include/
HDncurses_mingw.h57 struct termios struct
72 const struct termios* arg); argument
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
HDPlatform.h47 struct termios { struct
48 tcflag_t c_iflag; // input mode flags
72 const struct termios *termios_p); argument
/freebsd-13-stable/sys/sys/
HD_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-stable/crypto/heimdal/appl/login/
HDstty_default.c75 struct termios termios; in stty_default() local
/freebsd-13-stable/contrib/opie/
HDopielogin.c829 struct termios termios; variable