Lines Matching defs:option
15 License, or (at your option) any later version.
889 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option)
893 if (option < 0 || option >= NELEMS (sod))
895 return &sod[option];
899 sane_control_option (SANE_Handle handle, SANE_Int option,
906 handle, sod[option].title,
915 if (option < 0 || option >= NELEMS (sod))
916 return SANE_STATUS_INVAL; /* Unknown option ... */
921 status = sanei_constrain_value (sod + option, value, &myinfo);
928 switch (option)
1058 switch (option)
1090 switch (option)