Lines Matching refs:output
185 control, input, output, local, combination enumerator
253 {"opost", output, SANE_SET | REV, OPOST, 0},
255 {"olcuc", output, SANE_UNSET | REV, OLCUC, 0},
258 {"ocrnl", output, SANE_UNSET | REV, OCRNL, 0},
261 {"onlcr", output, SANE_SET | REV, ONLCR, 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},
277 {"nl0", output, SANE_SET, NL0, NLDLY},
280 {"cr3", output, SANE_UNSET, CR3, CRDLY},
281 {"cr2", output, SANE_UNSET, CR2, CRDLY},
282 {"cr1", output, SANE_UNSET, CR1, CRDLY},
283 {"cr0", output, SANE_SET, CR0, CRDLY},
287 {"tab3", output, SANE_UNSET, TAB3, TABDLY},
290 {"tab2", output, SANE_UNSET, TAB2, TABDLY},
293 {"tab1", output, SANE_UNSET, TAB1, TABDLY},
296 {"tab0", output, SANE_SET, TAB0, TABDLY},
300 {"tab3", output, SANE_UNSET, OXTABS, 0},
304 {"bs1", output, SANE_UNSET, BS1, BSDLY},
305 {"bs0", output, SANE_SET, BS0, BSDLY},
308 {"vt1", output, SANE_UNSET, VT1, VTDLY},
309 {"vt0", output, SANE_SET, VT0, VTDLY},
312 {"ff1", output, SANE_UNSET, FF1, FFDLY},
313 {"ff0", output, SANE_SET, FF0, FFDLY},
1876 case output: in mode_type_flag()