• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/busybox/

Lines Matching refs:REV

196 #define REV 4                   /* Can be turned off by prepending `-'. */
209 {"parenb", control, REV, PARENB, 0 },
210 {"parodd", control, REV, PARODD, 0 },
215 {"hupcl", control, REV, HUPCL, 0 },
216 {"hup", control, REV | OMIT, HUPCL, 0 },
217 {"cstopb", control, REV, CSTOPB, 0 },
218 {"cread", control, SANE_SET | REV, CREAD, 0 },
219 {"clocal", control, REV, CLOCAL, 0 },
221 {"crtscts", control, REV, CRTSCTS, 0 },
223 {"ignbrk", input, SANE_UNSET | REV, IGNBRK, 0 },
224 {"brkint", input, SANE_SET | REV, BRKINT, 0 },
225 {"ignpar", input, REV, IGNPAR, 0 },
226 {"parmrk", input, REV, PARMRK, 0 },
227 {"inpck", input, REV, INPCK, 0 },
228 {"istrip", input, REV, ISTRIP, 0 },
229 {"inlcr", input, SANE_UNSET | REV, INLCR, 0 },
230 {"igncr", input, SANE_UNSET | REV, IGNCR, 0 },
231 {"icrnl", input, SANE_SET | REV, ICRNL, 0 },
232 {"ixon", input, REV, IXON, 0 },
233 {"ixoff", input, SANE_UNSET | REV, IXOFF, 0 },
234 {"tandem", input, REV | OMIT, IXOFF, 0 },
236 {"iuclc", input, SANE_UNSET | REV, IUCLC, 0 },
239 {"ixany", input, SANE_UNSET | REV, IXANY, 0 },
242 {"imaxbel", input, SANE_SET | REV, IMAXBEL, 0 },
244 {"opost", output, SANE_SET | REV, OPOST, 0 },
246 {"olcuc", output, SANE_UNSET | REV, OLCUC, 0 },
249 {"ocrnl", output, SANE_UNSET | REV, OCRNL, 0 },
252 {"onlcr", output, SANE_SET | REV, ONLCR, 0 },
255 {"onocr", output, SANE_UNSET | REV, ONOCR, 0 },
258 {"onlret", output, SANE_UNSET | REV, ONLRET, 0 },
261 {"ofill", output, SANE_UNSET | REV, OFILL, 0 },
264 {"ofdel", output, SANE_UNSET | REV, OFDEL, 0 },
300 {"isig", local, SANE_SET | REV, ISIG, 0 },
301 {"icanon", local, SANE_SET | REV, ICANON, 0 },
303 {"iexten", local, SANE_SET | REV, IEXTEN, 0 },
305 {"echo", local, SANE_SET | REV, ECHO, 0 },
306 {"echoe", local, SANE_SET | REV, ECHOE, 0 },
307 {"crterase", local, REV | OMIT, ECHOE, 0 },
308 {"echok", local, SANE_SET | REV, ECHOK, 0 },
309 {"echonl", local, SANE_UNSET | REV, ECHONL, 0 },
310 {"noflsh", local, SANE_UNSET | REV, NOFLSH, 0 },
312 {"xcase", local, SANE_UNSET | REV, XCASE, 0 },
315 {"tostop", local, SANE_UNSET | REV, TOSTOP, 0 },
318 {"echoprt", local, SANE_UNSET | REV, ECHOPRT, 0 },
319 {"prterase", local, REV | OMIT, ECHOPRT, 0 },
322 {"echoctl", local, SANE_SET | REV, ECHOCTL, 0 },
323 {"ctlecho", local, REV | OMIT, ECHOCTL, 0 },
326 {"echoke", local, SANE_SET | REV, ECHOKE, 0 },
327 {"crtkill", local, REV | OMIT, ECHOKE, 0 },
329 {evenp, combination, REV | OMIT, 0, 0 },
330 {parity, combination, REV | OMIT, 0, 0 },
331 {stty_oddp, combination, REV | OMIT, 0, 0 },
332 {stty_nl, combination, REV | OMIT, 0, 0 },
335 {cooked, combination, REV | OMIT, 0, 0 },
336 {raw, combination, REV | OMIT, 0, 0 },
337 {stty_pass8, combination, REV | OMIT, 0, 0 },
338 {litout, combination, REV | OMIT, 0, 0 },
339 {cbreak, combination, REV | OMIT, 0, 0 },
341 {decctlq, combination, REV | OMIT, 0, 0 },
344 {stty_tabs, combination, REV | OMIT, 0, 0 },
347 {stty_lcase, combination, REV | OMIT, 0, 0 },
348 {stty_LCASE, combination, REV | OMIT, 0, 0 },
718 if (reversed && (info->flags & REV) == 0)
1112 else if ((mode_info[i].flags & (SANE_SET | REV)) ==
1113 (SANE_SET | REV)) {
1177 else if (mode_info[i].flags & REV)