Lines Matching defs:option
13 License, or (at your option) any later version.
74 * (at your option) any later version.
2033 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option)
2037 if (option < 0 || option >= NELEMS (sod))
2039 return &sod[option];
2043 sane_control_option (SANE_Handle handle, SANE_Int option,
2052 handle, sod[option].title,
2061 if (option < 0 || option >= NELEMS (sod))
2062 return SANE_STATUS_INVAL; /* Unknown option ... */
2067 status = sanei_constrain_value (sod + option, value, &myinfo);
2074 switch (option)
2202 switch (option)
2246 switch (option)