Searched refs:optionset_copy_values (Results 1 – 5 of 5) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | pdf.c | 264 optionset_copy_values(optionset("header"), optionset("currentpage")); in print_pdf_file() 265 optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in print_pdf_file() 275 optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in print_pdf_file()
|
D | options.h | 168 void optionset_copy_values(int src_optset, int dest_optset);
|
D | postscript.c | 605 … optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in _print_ps() 609 optionset_copy_values(optionset("header"), optionset("currentpage")); in _print_ps() 1121 optionset_copy_values(optionset("header"), optionset("currentpage")); in _print_ps()
|
D | foomaticrip.c | 1141 optionset_copy_values(optionset("default"), optionset("userval")); in main() 1184 optionset_copy_values(optionset("userval"), optionset("header")); in main()
|
D | options.c | 1487 void optionset_copy_values(int src_optset, int dest_optset) in optionset_copy_values() function
|