Lines Matching +full:0 +full:x00000019

48 #define VINTR 	         0
67 #define IXON 0x0200
68 #define IXOFF 0x0400
69 #define IUCLC 0x1000
70 #define IMAXBEL 0x2000
71 #define IUTF8 0x4000
74 #define ONLCR 0x00002
75 #define OLCUC 0x00004
76 #define NLDLY 0x00300
77 #define NL0 0x00000
78 #define NL1 0x00100
79 #define NL2 0x00200
80 #define NL3 0x00300
81 #define TABDLY 0x00c00
82 #define TAB0 0x00000
83 #define TAB1 0x00400
84 #define TAB2 0x00800
85 #define TAB3 0x00c00
86 #define XTABS 0x00c00 /* required by POSIX to == TAB3 */
87 #define CRDLY 0x03000
88 #define CR0 0x00000
89 #define CR1 0x01000
90 #define CR2 0x02000
91 #define CR3 0x03000
92 #define FFDLY 0x04000
93 #define FF0 0x00000
94 #define FF1 0x04000
95 #define BSDLY 0x08000
96 #define BS0 0x00000
97 #define BS1 0x08000
98 #define VTDLY 0x10000
99 #define VT0 0x00000
100 #define VT1 0x10000
103 #define CBAUD 0x000000ff
104 #define CBAUDEX 0x00000000
105 #define BOTHER 0x0000001f
106 #define B57600 0x00000010
107 #define B115200 0x00000011
108 #define B230400 0x00000012
109 #define B460800 0x00000013
110 #define B500000 0x00000014
111 #define B576000 0x00000015
112 #define B921600 0x00000016
113 #define B1000000 0x00000017
114 #define B1152000 0x00000018
115 #define B1500000 0x00000019
116 #define B2000000 0x0000001a
117 #define B2500000 0x0000001b
118 #define B3000000 0x0000001c
119 #define B3500000 0x0000001d
120 #define B4000000 0x0000001e
121 #define CSIZE 0x00000300
122 #define CS5 0x00000000
123 #define CS6 0x00000100
124 #define CS7 0x00000200
125 #define CS8 0x00000300
126 #define CSTOPB 0x00000400
127 #define CREAD 0x00000800
128 #define PARENB 0x00001000
129 #define PARODD 0x00002000
130 #define HUPCL 0x00004000
131 #define CLOCAL 0x00008000
132 #define CIBAUD 0x00ff0000
135 #define ISIG 0x00000080
136 #define ICANON 0x00000100
137 #define XCASE 0x00004000
138 #define ECHO 0x00000008
139 #define ECHOE 0x00000002
140 #define ECHOK 0x00000004
141 #define ECHONL 0x00000010
142 #define NOFLSH 0x80000000
143 #define TOSTOP 0x00400000
144 #define ECHOCTL 0x00000040
145 #define ECHOPRT 0x00000020
146 #define ECHOKE 0x00000001
147 #define FLUSHO 0x00800000
148 #define PENDIN 0x20000000
149 #define IEXTEN 0x00000400
150 #define EXTPROC 0x10000000
153 #define TCSANOW 0