Home
last modified time | relevance | path

Searched +defs:termios +defs:c_lflag (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d142 struct termios in version() struct
144 tcflag_t c_iflag; in version()
145 tcflag_t c_oflag; in version()
146 tcflag_t c_cflag; in version()
147 tcflag_t c_lflag; in version() member
148 cc_t c_line; in version()
150 speed_t c_ispeed; in version()
151 speed_t c_ospeed; in version()
240 struct termios in version() struct
242 tcflag_t c_iflag; in version()
[all …]
/netbsd-src/sys/sys/
H A Dtermios.h192 struct termios { struct
196 tcflag_t c_lflag; /* local flags */ member
203 * Commands passed to tcsetattr() for setting the termios structure. argument