Searched refs:append_prolog_section (Results 1 – 3 of 3) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | postscript.c | 409 append_prolog_section(line, optset, 1); in _print_ps() 466 append_prolog_section(line, optset, 0); in _print_ps() 493 append_prolog_section(tmp, optset, 1); in _print_ps() 576 append_prolog_section(tmp, optset, 1); in _print_ps() 910 append_prolog_section(tmp, optset, 0); in _print_ps() 957 append_prolog_section(tmp, optset, 1); in _print_ps() 1128 append_prolog_section(tmp, optset, 1); in _print_ps()
|
D | options.h | 172 void append_prolog_section(dstr_t *str, int optset, int comments);
|
D | options.c | 2071 void append_prolog_section(dstr_t *str, int optset, int comments) in append_prolog_section() function
|