Lines Matching defs:put
86 #define put(n, f, d) \
93 put("-icanon", ICANON, 1);
94 put("-isig", ISIG, 1);
95 put("-iexten", IEXTEN, 1);
96 put("-echo", ECHO, 1);
97 put("-echoe", ECHOE, 0);
98 put("-echok", ECHOK, 0);
99 put("-echoke", ECHOKE, 0);
100 put("-echonl", ECHONL, 0);
101 put("-echoctl", ECHOCTL, 0);
102 put("-echoprt", ECHOPRT, 0);
103 put("-altwerase", ALTWERASE, 0);
104 put("-noflsh", NOFLSH, 0);
105 put("-tostop", TOSTOP, 0);
106 put("-flusho", FLUSHO, 0);
107 put("-pendin", PENDIN, 0);
108 put("-nokerninfo", NOKERNINFO, 0);
109 put("-extproc", EXTPROC, 0);
114 put("-istrip", ISTRIP, 0);
115 put("-icrnl", ICRNL, 1);
116 put("-inlcr", INLCR, 0);
117 put("-igncr", IGNCR, 0);
118 put("-ixon", IXON, 1);
119 put("-ixoff", IXOFF, 0);
120 put("-ixany", IXANY, 1);
121 put("-imaxbel", IMAXBEL, 1);
122 put("-ignbrk", IGNBRK, 0);
123 put("-brkint", BRKINT, 1);
124 put("-inpck", INPCK, 0);
125 put("-ignpar", IGNPAR, 0);
126 put("-parmrk", PARMRK, 0);
131 put("-opost", OPOST, 1);
132 put("-onlcr", ONLCR, 1);
133 put("-ocrnl", OCRNL, 0);
134 put("-oxtabs", OXTABS, 1);
135 put("-onocr", OXTABS, 0);
136 put("-onlret", OXTABS, 0);
141 put("-cread", CREAD, 1);
157 put("-parodd", PARODD, 0);
158 put("-hupcl", HUPCL, 1);
159 put("-clocal", CLOCAL, 0);
160 put("-cstopb", CSTOPB, 0);
161 put("-crtscts", CRTSCTS, 0);
162 put("-mdmbuf", MDMBUF, 0);
163 put("-cdtrcts", CDTRCTS, 0);