Lines Matching defs:options
109 /* temporary array of configuration options used during device attachment */
127 static void free_cfg_options(int *numoptions, Mustek_pp_config_option** options);
139 * Auxiliary function for freeing arrays of configuration options,
142 free_cfg_options(int *numoptions, Mustek_pp_config_option** options)
149 free ((*options)[i].name);
150 free ((*options)[i].value);
152 free (*options);
154 *options = NULL;
347 /* Transfer the options parsed from the configuration file */
669 /* In case of a successful initialization, the configuration options
762 /* Parsing of previous scanner + options is finished. Attach
874 /* Format for options: option <name> [<value>]
950 /* Extend the (global) array of options */
955 DBG (1, "sane_init: not enough memory for device options\n");
1149 /* Initialize driver-specific configuration options. This must be
1262 * while scanning options cannot be read or written. next a basic
1270 * on the option, that is written, other options also change
1309 /* word options: */
1325 /* word-array options: */
1334 /* string options: */
1363 /* (mostly) side-effect-free word options: */
1380 /* side-effect-free word-array options: */
1389 /* side-effect-free string options: */
1399 /* options with side-effects: */
1503 * options in actually parameters.