Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A D_termios.h222 struct termios { struct
223 tcflag_t c_iflag; /* input flags */
224 tcflag_t c_oflag; /* output flags */
225 tcflag_t c_cflag; /* control flags */
226 tcflag_t c_lflag; /* local flags */
227 cc_t c_cc[NCCS]; /* control chars */
228 speed_t c_ispeed; /* input speed */
229 speed_t c_ospeed; /* output speed */
/dragonfly/games/hack/
H A Dhack.ioctl.c72 static struct termios termios; variable
/dragonfly/usr.bin/tip/
H A Dtip.c532 struct termios termios; in ttysetup() local
/dragonfly/contrib/gdb-7/gdb/
H A Dser-unix.c39 struct termios termios; member