Searched refs:optionset_equal (Results 1 – 4 of 4) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | options.h | 169 int optionset_equal(int optset1, int optset2, int exceptPS);
|
D | pdf.c | 270 if (!optionset_equal(optionset("currentpage"), optionset("previouspage"), 1)) in print_pdf_file()
|
D | postscript.c | 1028 … if (rendererpid && !optionset_equal(optionset("currentpage"), optionset("previouspage"), 0)) { in _print_ps() 1140 … if (rendererpid > 0 && !optionset_equal(optionset("currentpage"), optionset("previouspage"), 0)) { in _print_ps()
|
D | options.c | 1527 int optionset_equal(int optset1, int optset2, int exceptPS) in optionset_equal() function
|