Searched refs:CUPS_PRINTER_OPTIONS (Results 1 – 2 of 2) sorted by relevance
238 CUPS_PRINTER_OPTIONS = 0x6fffc /* ~(CLASS | REMOTE | IMPLICIT | enumerator
2394 p->type &= (cups_ptype_t)~CUPS_PRINTER_OPTIONS; in cupsdSetPrinterAttrs()2413 p->type |= CUPS_PRINTER_OPTIONS; in cupsdSetPrinterAttrs()2420 p->type &= (cups_ptype_t)~CUPS_PRINTER_OPTIONS | p->printers[i]->type; in cupsdSetPrinterAttrs()3939 p->type &= (cups_ptype_t)~CUPS_PRINTER_OPTIONS; in load_ppd()