Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Doptions.h138 int option_get_section(option_t *opt); /* TODO deprecated */
Dpostscript.c622 if (option_get_section(o ) == SECTION_PAGESETUP) in _print_ps()
720 (inheader || option_get_section(o) == SECTION_PAGESETUP)) { in _print_ps()
Dfoomaticrip.c457 if (opt && (option_get_section(opt) != SECTION_ANYSETUP && in process_cmdline_options()
458 option_get_section(opt) != SECTION_PAGESETUP)) { in process_cmdline_options()
Doptions.c428 int option_get_section(option_t *opt) in option_get_section() function
973 if ((option_get_section(opt) == SECTION_JCLSETUP) || in option_get_command()
1970 switch (option_get_section(opt)) { in build_commandline()