Searched refs:optionset (Results 1 – 5 of 5) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | pdf.c | 226 build_commandline(optionset("currentpage"), cmd, 1); in render_pages() 264 optionset_copy_values(optionset("header"), optionset("currentpage")); in print_pdf_file() 265 optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in print_pdf_file() 269 set_options_for_page(optionset("currentpage"), i); in print_pdf_file() 270 if (!optionset_equal(optionset("currentpage"), optionset("previouspage"), 1)) in print_pdf_file() 275 optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in print_pdf_file()
|
D | postscript.c | 315 int optset = optionset("header"); /* Where do the option settings which in _print_ps() 587 optset = optionset("currentpage"); in _print_ps() 605 … optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in _print_ps() 606 optionset_delete_values(optionset("currentpage")); in _print_ps() 609 optionset_copy_values(optionset("header"), optionset("currentpage")); in _print_ps() 613 set_options_for_page(optionset("currentpage"), currentpage); in _print_ps() 718 !option_get_value(o, optionset("notfirst")) && in _print_ps() 808 option_set_value(o, optionset("header"), value); in _print_ps() 825 option_set_value(o, optionset("header"), value); in _print_ps() 864 option_set_value(o, optionset("header"), value); in _print_ps() [all …]
|
D | options.c | 433 static value_t * option_find_value(option_t *opt, int optionset) in option_find_value() argument 441 if (val->optionset == optionset) in option_find_value() 447 static value_t * option_assure_value(option_t *opt, int optionset) in option_assure_value() argument 450 val = option_find_value(opt, optionset); in option_assure_value() 453 val->optionset = optionset; in option_assure_value() 791 const char * option_get_value(option_t *opt, int optionset) in option_get_value() argument 793 value_t *val = option_find_value(opt, optionset); in option_get_value() 875 int composite_get_command(dstr_t *cmd, option_t *opt, int optionset, int section) in composite_get_command() argument 886 if (!(valstr = option_get_value(opt, optionset))) in composite_get_command() 899 option_get_command(depcmd, dep, optionset, section); in composite_get_command() [all …]
|
D | options.h | 113 int optionset; member 166 int optionset(const char * name); 170 void optionset_delete_values(int optionset);
|
D | foomaticrip.c | 343 optset = optionset(tmp); in process_cmdline_options() 346 optset = optionset("userval"); in process_cmdline_options() 455 optset = optionset(tmp); in process_cmdline_options() 464 optset = optionset("userval"); in process_cmdline_options() 1141 optionset_copy_values(optionset("default"), optionset("userval")); in main() 1184 optionset_copy_values(optionset("userval"), optionset("header")); in main()
|