Home
last modified time | relevance | path

Searched refs:OPT_EMAIL_SW (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/genesys/
H A Dgenesys.h121 OPT_EMAIL_SW, enumerator
H A Dgenesys.cpp4937 s->opt[OPT_EMAIL_SW].name = SANE_NAME_EMAIL; in init_options()
4938 s->opt[OPT_EMAIL_SW].title = SANE_TITLE_EMAIL; in init_options()
4939 s->opt[OPT_EMAIL_SW].desc = SANE_DESC_EMAIL; in init_options()
4940 s->opt[OPT_EMAIL_SW].type = SANE_TYPE_BOOL; in init_options()
4941 s->opt[OPT_EMAIL_SW].unit = SANE_UNIT_NONE; in init_options()
4943 s->opt[OPT_EMAIL_SW].cap = in init_options()
4946 s->opt[OPT_EMAIL_SW].cap = SANE_CAP_INACTIVE; in init_options()
5818 case OPT_EMAIL_SW: in get_option_value()
6453 case OPT_EMAIL_SW: return BUTTON_EMAIL_SW; in genesys_option_to_button()