Loading...
Searching...
No Matches
Go to the documentation of this file.
83#define IMAXBEL 0020000
103#define TABDLY 0014000
133#define B19200 0000016
134#define B38400 0000017
142#define CSTOPB 0000100
144#define PARENB 0000400
145#define PARODD 0001000
147#define CLOCAL 0004000
151#define ICANON 0000002
156#define ECHONL 0000100
157#define NOFLSH 0000200
158#define TOSTOP 0000400
159#define ECHOCTL 0001000
160#define ECHOPRT 0002000
161#define ECHOKE 0004000
162#define FLUSHO 0010000
163#define PENDIN 0040000
164#define IEXTEN 0100000
cc_t c_line
Definition termios.h:44
speed_t c_ospeed
Definition termios.h:47
tcflag_t c_oflag
Definition termios.h:41
cc_t c_cc[NCCS]
Definition termios.h:45
tcflag_t c_iflag
Definition termios.h:40
tcflag_t c_cflag
Definition termios.h:42
tcflag_t c_lflag
Definition termios.h:43
speed_t c_ispeed
Definition termios.h:46
unsigned char cc_t
Definition termios.h:33
unsigned int speed_t
Definition termios.h:34
#define NCCS
Definition termios.h:37
unsigned int tcflag_t
Definition termios.h:35