• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/

Lines Matching defs:REV

156 #define REV 4                   /* Can be turned off by prepending '-' */
176 MI_ENTRY("parenb", control, REV, PARENB, 0 ),
177 MI_ENTRY("parodd", control, REV, PARODD, 0 ),
182 MI_ENTRY("hupcl", control, REV, HUPCL, 0 ),
183 MI_ENTRY("hup", control, REV | OMIT, HUPCL, 0 ),
184 MI_ENTRY("cstopb", control, REV, CSTOPB, 0 ),
185 MI_ENTRY("cread", control, SANE_SET | REV, CREAD, 0 ),
186 MI_ENTRY("clocal", control, REV, CLOCAL, 0 ),
188 MI_ENTRY("crtscts", control, REV, CRTSCTS, 0 ),
190 MI_ENTRY("ignbrk", input, SANE_UNSET | REV, IGNBRK, 0 ),
191 MI_ENTRY("brkint", input, SANE_SET | REV, BRKINT, 0 ),
192 MI_ENTRY("ignpar", input, REV, IGNPAR, 0 ),
193 MI_ENTRY("parmrk", input, REV, PARMRK, 0 ),
194 MI_ENTRY("inpck", input, REV, INPCK, 0 ),
195 MI_ENTRY("istrip", input, REV, ISTRIP, 0 ),
196 MI_ENTRY("inlcr", input, SANE_UNSET | REV, INLCR, 0 ),
197 MI_ENTRY("igncr", input, SANE_UNSET | REV, IGNCR, 0 ),
198 MI_ENTRY("icrnl", input, SANE_SET | REV, ICRNL, 0 ),
199 MI_ENTRY("ixon", input, REV, IXON, 0 ),
200 MI_ENTRY("ixoff", input, SANE_UNSET | REV, IXOFF, 0 ),
201 MI_ENTRY("tandem", input, REV | OMIT, IXOFF, 0 ),
203 MI_ENTRY("iuclc", input, SANE_UNSET | REV, IUCLC, 0 ),
206 MI_ENTRY("ixany", input, SANE_UNSET | REV, IXANY, 0 ),
209 MI_ENTRY("imaxbel", input, SANE_SET | REV, IMAXBEL, 0 ),
211 MI_ENTRY("opost", output, SANE_SET | REV, OPOST, 0 ),
213 MI_ENTRY("olcuc", output, SANE_UNSET | REV, OLCUC, 0 ),
216 MI_ENTRY("ocrnl", output, SANE_UNSET | REV, OCRNL, 0 ),
219 MI_ENTRY("onlcr", output, SANE_SET | REV, ONLCR, 0 ),
222 MI_ENTRY("onocr", output, SANE_UNSET | REV, ONOCR, 0 ),
225 MI_ENTRY("onlret", output, SANE_UNSET | REV, ONLRET, 0 ),
228 MI_ENTRY("ofill", output, SANE_UNSET | REV, OFILL, 0 ),
231 MI_ENTRY("ofdel", output, SANE_UNSET | REV, OFDEL, 0 ),
267 MI_ENTRY("isig", local, SANE_SET | REV, ISIG, 0 ),
268 MI_ENTRY("icanon", local, SANE_SET | REV, ICANON, 0 ),
270 MI_ENTRY("iexten", local, SANE_SET | REV, IEXTEN, 0 ),
272 MI_ENTRY("echo", local, SANE_SET | REV, ECHO, 0 ),
273 MI_ENTRY("echoe", local, SANE_SET | REV, ECHOE, 0 ),
274 MI_ENTRY("crterase", local, REV | OMIT, ECHOE, 0 ),
275 MI_ENTRY("echok", local, SANE_SET | REV, ECHOK, 0 ),
276 MI_ENTRY("echonl", local, SANE_UNSET | REV, ECHONL, 0 ),
277 MI_ENTRY("noflsh", local, SANE_UNSET | REV, NOFLSH, 0 ),
279 MI_ENTRY("xcase", local, SANE_UNSET | REV, XCASE, 0 ),
282 MI_ENTRY("tostop", local, SANE_UNSET | REV, TOSTOP, 0 ),
285 MI_ENTRY("echoprt", local, SANE_UNSET | REV, ECHOPRT, 0 ),
286 MI_ENTRY("prterase", local, REV | OMIT, ECHOPRT, 0 ),
289 MI_ENTRY("echoctl", local, SANE_SET | REV, ECHOCTL, 0 ),
290 MI_ENTRY("ctlecho", local, REV | OMIT, ECHOCTL, 0 ),
293 MI_ENTRY("echoke", local, SANE_SET | REV, ECHOKE, 0 ),
294 MI_ENTRY("crtkill", local, REV | OMIT, ECHOKE, 0 ),
296 MI_ENTRY(evenp, combination, REV | OMIT, 0, 0 ),
297 MI_ENTRY(parity, combination, REV | OMIT, 0, 0 ),
298 MI_ENTRY(stty_oddp, combination, REV | OMIT, 0, 0 ),
299 MI_ENTRY(stty_nl, combination, REV | OMIT, 0, 0 ),
302 MI_ENTRY(cooked, combination, REV | OMIT, 0, 0 ),
303 MI_ENTRY(raw, combination, REV | OMIT, 0, 0 ),
304 MI_ENTRY(stty_pass8, combination, REV | OMIT, 0, 0 ),
305 MI_ENTRY(litout, combination, REV | OMIT, 0, 0 ),
306 MI_ENTRY(cbreak, combination, REV | OMIT, 0, 0 ),
308 MI_ENTRY(decctlq, combination, REV | OMIT, 0, 0 ),
311 MI_ENTRY(stty_tabs, combination, REV | OMIT, 0, 0 ),
314 MI_ENTRY(stty_lcase, combination, REV | OMIT, 0, 0 ),
315 MI_ENTRY(stty_LCASE, combination, REV | OMIT, 0, 0 ),
692 if ((all && mode_info[i].flags & REV) ||
694 (mode_info[i].flags & (SANE_SET | REV)) == (SANE_SET | REV)))
940 if (!(mp->flags & REV))