Updated to fedora-glibc-20051116T0829
[glibc.git] / conform / data / termios.h-data
blobd867d4cd6ba101710cfca1804fd2e05e000d717e
1 type cc_t
2 type speed_t
3 type tcflag_t
5 type {struct termios}
7 element {struct termios} tcflag_t c_iflag
8 element {struct termios} tcflag_t c_oflag
9 element {struct termios} tcflag_t c_cflag
10 element {struct termios} tcflag_t c_lflag
11 element {struct termios} cc_t c_cc[NCCS]
13 constant NCCS
15 constant VEOF
16 constant VEOL
17 constant VERASE
18 constant VINTR
19 constant VKILL
20 constant VMIN
21 constant VQUIT
22 constant VSTART
23 constant VSTOP
24 constant VSUSP
25 constant VTIME
27 constant BRKINT
28 constant ICRNL
29 constant IGNBRK
30 constant IGNCR
31 constant IGNPAR
32 constant INLCR
33 constant INPCK
34 constant ISTRIP
35 constant IUCLC
36 constant IXANY
37 constant IXOFF
38 constant IXON
39 constant PARMRK
41 constant OPOST
42 constant OLCUC
43 constant ONLCR
44 constant OCRNL
45 constant ONOCR
46 constant ONLRET
47 constant OFILL
48 constant NLDLY
49 constant NL0
50 constant NL1
51 constant CRDLY
52 constant CR0
53 constant CR1
54 constant CR2
55 constant CR3
56 constant TABDLY
57 constant TAB0
58 constant TAB1
59 constant TAB2
60 constant TAB3
61 constant BSDLY
62 constant BS0
63 constant BS1
64 constant VTDLY
65 constant VT0
66 constant VT1
67 constant FFDLY
68 constant FF0
69 constant FF1
71 constant B0
72 constant B50
73 constant B75
74 constant B110
75 constant B134
76 constant B150
77 constant B200
78 constant B300
79 constant B600
80 constant B1200
81 constant B1800
82 constant B2400
83 constant B4800
84 constant B9600
85 constant B19200
86 constant B38400
88 constant CSIZE
89 constant CS5
90 constant CS6
91 constant CS7
92 constant CS8
93 constant CSTOPB
94 constant CREAD
95 constant PARENB
96 constant PARODD
97 constant HUPCL
98 constant CLOCAL
100 constant ECHO
101 constant ECHOE
102 constant ECHOK
103 constant ECHONL
104 constant ICANON
105 constant IEXTEN
106 constant ISIG
107 constant NOFLSH
108 constant TOSTOP
109 constant XCASE
111 constant TCSANOW
112 constant TCSADRAIN
113 constant TCSAFLUSH
115 constant TCIFLUSH
116 constant TCIOFLUSH
118 constant TCIOFF
119 constant TCION
120 constant TCOOFF
121 constant TCOON
123 function speed_t cfgetispeed (const struct termios*)
124 function speed_t cfgetospeed (const struct termios*)
125 function int cfsetispeed (struct termios*, speed_t)
126 function int cfsetospeed (struct termios*, speed_t)
127 function int tcdrain (int)
128 function int tcflow (int, int)
129 function int tcflush (int, int)
130 function int tcgetattr (int, struct termios*)
131 function pid_t tcgetsid (int)
132 function int tcsendbreak (int, int)
133 function int tcsetattr (int, int, const struct termios*)
135 allow CBAUD
136 allow DEFECHO
137 allow ECHOCTL
138 allow ECHOKE
139 allow ECHOPRT
140 allow EXTA
141 allow EXTB
142 allow FLUSHO
143 allow LOBLK
144 allow PENDIN
145 allow SWTCH
146 allow VDISCARD
147 allow VDSUSP
148 allow VLNEXT
149 allow VREPRINT
150 allow VSTATUS
151 allow VWERASE
153 allow c_*
154 allow V*
155 allow I*
156 allow O*
157 allow TC*
158 allow B*
159 allow *_t