Lines Matching +full:0 +full:x00000
67 #define TCIFLUSH 0
82 #define ISIG 0x0001
83 #define ICANON 0x0002
84 #define ECHO 0x0004
85 #define ECHOE 0x0008
86 #define ECHOK 0x0010
87 #define ECHONL 0x0020
88 #define NOFLSH 0x0040
89 #define IEXTEN 0x0100
100 #define IGNBRK 0x00001
101 #define BRKINT 0x00002
102 #define IGNPAR 0x00004
103 #define INPCK 0x00010
104 #define ISTRIP 0x00020
105 #define INLCR 0x00040
106 #define IGNCR 0x00080
107 #define ICRNL 0x00100
108 #define IXON 0x00400
109 #define IXOFF 0x01000
110 #define PARMRK 0x10000
113 #define OPOST 0x00001
116 #define CBAUD 0x0100f
117 #define B0 0x00000
118 #define B50 0x00001
119 #define B75 0x00002
120 #define B110 0x00003
121 #define B134 0x00004
122 #define B150 0x00005
123 #define B200 0x00006
124 #define B300 0x00007
125 #define B600 0x00008
126 #define B1200 0x00009
127 #define B1800 0x0000a
128 #define B2400 0x0000b
129 #define B4800 0x0000c
130 #define B9600 0x0000d
132 #define CSIZE 0x00030
133 #define CS8 0x00030
134 #define CSTOPB 0x00040
135 #define CREAD 0x00080
136 #define PARENB 0x00100
137 #define PARODD 0x00200
138 #define HUPCL 0x00400
139 #define CLOCAL 0x00800
141 #define TCIFLUSH 0