Lines Matching refs:ppdFindOption
1197 if ((input_slot = ppdFindOption(ppd, "InputSlot")) == NULL) in _ppdCacheCreateWithPPD()
1198 input_slot = ppdFindOption(ppd, "HPPaperSource"); in _ppdCacheCreateWithPPD()
1263 if ((media_type = ppdFindOption(ppd, "MediaType")) != NULL) in _ppdCacheCreateWithPPD()
1327 if ((output_bin = ppdFindOption(ppd, "OutputBin")) != NULL) in _ppdCacheCreateWithPPD()
1460 if ((color_model = ppdFindOption(ppd, "ColorModel")) != NULL && in _ppdCacheCreateWithPPD()
1466 else if ((color_model = ppdFindOption(ppd, "HPColorMode")) != NULL && in _ppdCacheCreateWithPPD()
1472 else if ((color_model = ppdFindOption(ppd, "BRMonoColor")) != NULL && in _ppdCacheCreateWithPPD()
1478 else if ((color_model = ppdFindOption(ppd, "CNIJSGrayScale")) != NULL && in _ppdCacheCreateWithPPD()
1484 else if ((color_model = ppdFindOption(ppd, "HPColorAsGray")) != NULL && in _ppdCacheCreateWithPPD()
1553 if ((duplex = ppdFindOption(ppd, "Duplex")) == NULL) in _ppdCacheCreateWithPPD()
1554 if ((duplex = ppdFindOption(ppd, "JCLDuplex")) == NULL) in _ppdCacheCreateWithPPD()
1555 if ((duplex = ppdFindOption(ppd, "EFDuplex")) == NULL) in _ppdCacheCreateWithPPD()
1556 if ((duplex = ppdFindOption(ppd, "EFDuplexing")) == NULL) in _ppdCacheCreateWithPPD()
1557 duplex = ppdFindOption(ppd, "KD03Duplex"); in _ppdCacheCreateWithPPD()
1705 if ((ppd_option = ppdFindOption(ppd, "StapleLocation")) != NULL) in _ppdCacheCreateWithPPD()
1723 if ((ppd_option = ppdFindOption(ppd, "RIPunch")) != NULL) in _ppdCacheCreateWithPPD()
1749 if ((ppd_option = ppdFindOption(ppd, "BindEdge")) != NULL) in _ppdCacheCreateWithPPD()
1765 if ((ppd_option = ppdFindOption(ppd, "FoldType")) != NULL) in _ppdCacheCreateWithPPD()
1787 if ((ppd_option = ppdFindOption(ppd, "RIFoldType")) != NULL) in _ppdCacheCreateWithPPD()