Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Doptions.c1024 option_t *fromopt; in option_set_value() local
1033 if (startswith(newvalue, "From") && (fromopt = find_option(&newvalue[4])) && in option_set_value()
1034 option_is_composite(fromopt)) { in option_set_value()
1036 choice = option_find_choice(fromopt, in option_set_value()
1037 option_get_value(fromopt, optionset)); in option_set_value()
1038 composite_set_values(fromopt, optionset, choice->command); in option_set_value()