Lines Matching refs:SANE_UNSET

190 #define SANE_UNSET 2		/* Unset in 'sane' mode. */  macro
228 {"ignbrk", input, SANE_UNSET | REV, IGNBRK, 0},
234 {"inlcr", input, SANE_UNSET | REV, INLCR, 0},
235 {"igncr", input, SANE_UNSET | REV, IGNCR, 0},
238 {"ixoff", input, SANE_UNSET | REV, IXOFF, 0},
241 {"iuclc", input, SANE_UNSET | REV, IUCLC, 0},
244 {"ixany", input, SANE_UNSET | REV, IXANY, 0},
250 {"iutf8", input, SANE_UNSET | REV, IUTF8, 0},
255 {"olcuc", output, SANE_UNSET | REV, OLCUC, 0},
258 {"ocrnl", output, SANE_UNSET | REV, OCRNL, 0},
264 {"onocr", output, SANE_UNSET | REV, ONOCR, 0},
267 {"onlret", output, SANE_UNSET | REV, ONLRET, 0},
270 {"ofill", output, SANE_UNSET | REV, OFILL, 0},
273 {"ofdel", output, SANE_UNSET | REV, OFDEL, 0},
276 {"nl1", output, SANE_UNSET, NL1, NLDLY},
280 {"cr3", output, SANE_UNSET, CR3, CRDLY},
281 {"cr2", output, SANE_UNSET, CR2, CRDLY},
282 {"cr1", output, SANE_UNSET, CR1, CRDLY},
287 {"tab3", output, SANE_UNSET, TAB3, TABDLY},
290 {"tab2", output, SANE_UNSET, TAB2, TABDLY},
293 {"tab1", output, SANE_UNSET, TAB1, TABDLY},
300 {"tab3", output, SANE_UNSET, OXTABS, 0},
304 {"bs1", output, SANE_UNSET, BS1, BSDLY},
308 {"vt1", output, SANE_UNSET, VT1, VTDLY},
312 {"ff1", output, SANE_UNSET, FF1, FFDLY},
325 {"echonl", local, SANE_UNSET | REV, ECHONL, 0},
326 {"noflsh", local, SANE_UNSET | REV, NOFLSH, 0},
328 {"xcase", local, SANE_UNSET | REV, XCASE, 0},
331 {"tostop", local, SANE_UNSET | REV, TOSTOP, 0},
334 {"echoprt", local, SANE_UNSET | REV, ECHOPRT, 0},
346 {"flusho", local, SANE_UNSET | REV, FLUSHO, 0},
349 {"extproc", local, SANE_UNSET | REV | NO_SETATTR, EXTPROC, 0},
351 {"extproc", local, SANE_UNSET | REV, EXTPROC, 0},
1984 if (mode_info[i].flags & SANE_UNSET) in display_changed()
2298 else if (mode_info[i].flags & SANE_UNSET) in sane_mode()