Searched refs:CUPS_PRINTER_STAPLE (Results 1 – 7 of 7) sorted by relevance
92 mask |= CUPS_PRINTER_STAPLE; in main()93 type |= CUPS_PRINTER_STAPLE; in main()
88 type |= CUPS_PRINTER_STAPLE; in main()89 mask |= CUPS_PRINTER_STAPLE; in main()
208 CUPS_PRINTER_STAPLE = 0x0020, /* Can staple output */ enumerator
175 - `CUPS_PRINTER_STAPLE`: Can staple output.
3176 type |= CUPS_PRINTER_STAPLE; in cups_dnssd_query_cb()
477 if (p->type & CUPS_PRINTER_STAPLE) in dnssdBuildTxtRecord()480 keyvalue[count++][1] = (p->type & CUPS_PRINTER_STAPLE) ? "T" : "F"; in dnssdBuildTxtRecord()
4633 p->type |= CUPS_PRINTER_STAPLE; in load_ppd()