Lines Matching defs:option
8 License, or (at your option) any later version.
83 #include "hp-option.h"
141 /* probe for option support */
970 * remove it from the option list to reduce frontend clutter. */
2532 int option = hp_option_getint(this, data);
2548 if ((option < 1) || (option > 9)) return 0;
2556 calib_buf[24 + i] = exposure[option][i];
2599 HpOption option;
2603 option = hp_optset_getByName (optset, SANE_NAME_PREVIEW);
2604 if ( option )
2605 is_preview = hp_option_getint (option, data);
2864 * The actual option descriptors.
3246 /* the extent of the scanning area, this option is marked to change */
3853 {HpOption option;
3857 option = hp_optset_getByName (this, SANE_NAME_PREVIEW);
3858 if ( option )
3860 is_preview = hp_option_getint (option, data);
3894 HpOption option;
3913 dev->data, &option);
3923 hp_optset_add(this, option);
4005 /* by an option that had a global effect. This is necessary to */