Searched refs:CUPS_PRINTER_COLLATE (Results 1 – 6 of 6) sorted by relevance
102 mask |= CUPS_PRINTER_COLLATE; in main()103 type |= CUPS_PRINTER_COLLATE; in main()
210 CUPS_PRINTER_COLLATE = 0x0080, /* Can quickly collate copies */ enumerator
176 - `CUPS_PRINTER_COLLATE`: Can quickly collate copies.
3133 type |= CUPS_PRINTER_COLLATE; in cups_dnssd_query_cb()
489 if (p->type & CUPS_PRINTER_COLLATE) in dnssdBuildTxtRecord()492 keyvalue[count++][1] = (p->type & CUPS_PRINTER_COLLATE) ? "T" : "F"; in dnssdBuildTxtRecord()
4575 p->type |= CUPS_PRINTER_COLLATE; in load_ppd()