Searched refs:append_page_setup_section (Results 1 – 3 of 3) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | postscript.c | 411 append_page_setup_section(line, optset, 1); in _print_ps() 648 append_page_setup_section(line, optset, 0); in _print_ps() 961 append_page_setup_section(tmp, optset, 1); in _print_ps() 988 append_page_setup_section(psfifo, optset, 1); in _print_ps() 1132 append_page_setup_section(tmp, optset, 1); in _print_ps()
|
D | options.h | 174 void append_page_setup_section(dstr_t *str, int optset, int comments);
|
D | options.c | 2113 void append_page_setup_section(dstr_t *str, int optset, int comments) in append_page_setup_section() function
|