Lines Matching defs:duplex
1551 SANE_Bool duplex;
1557 duplex = _OPT_VAL_WORD(s, OPT_DUPLEX);
1600 /* read back page only if duplex is true */
1601 if (duplex == SANE_TRUE)
1622 /* read back icon only if duplex is true */
1623 if (duplex == SANE_TRUE)
1642 /* read back barcode only if duplex is true */
1643 if (duplex == SANE_TRUE)
1674 /* read back patchcode only if duplex is true */
1675 if (duplex == SANE_TRUE)
1723 DBG(5, "start_setup: duplex=%s, barcodes=%s, patchcodes=%s, "
1725 (duplex == SANE_TRUE) ? "yes" : "no",
1824 SANE_Bool check_adf, duplex;
1937 duplex = _OPT_VAL_WORD(s, OPT_DUPLEX);
1941 cmd[4] = (duplex == SANE_TRUE) ? 2 : 1;
3096 /* if the model is known to be a duplex, declare it duplex capable */