Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Doptions.h162 int option_is_custom_value(option_t *opt, const char *value);
Dpostscript.c760 if ((inheader && option_is_custom_value(o, val)) || !inheader) in _print_ps()
777 if (!inheader || option_is_custom_value(o, val)) { in _print_ps()
Doptions.c926 int option_is_custom_value(option_t *opt, const char *value) in option_is_custom_value() function