Searched refs:ppd_option (Results 1 – 1 of 1) sorted by relevance
1701 ppd_option_t *ppd_option; /* PPD option */ in _ppdCacheCreateWithPPD() local1705 if ((ppd_option = ppdFindOption(ppd, "StapleLocation")) != NULL) in _ppdCacheCreateWithPPD()1711 if (ppdFindChoice(ppd_option, "SinglePortrait")) in _ppdCacheCreateWithPPD()1713 if (ppdFindChoice(ppd_option, "UpperLeft")) /* Ricoh extension */ in _ppdCacheCreateWithPPD()1715 if (ppdFindChoice(ppd_option, "UpperRight")) /* Ricoh extension */ in _ppdCacheCreateWithPPD()1717 if (ppdFindChoice(ppd_option, "SingleLandscape")) in _ppdCacheCreateWithPPD()1719 if (ppdFindChoice(ppd_option, "DualLandscape")) in _ppdCacheCreateWithPPD()1723 if ((ppd_option = ppdFindOption(ppd, "RIPunch")) != NULL) in _ppdCacheCreateWithPPD()1729 if (ppdFindChoice(ppd_option, "Left2")) in _ppdCacheCreateWithPPD()1731 if (ppdFindChoice(ppd_option, "Left3")) in _ppdCacheCreateWithPPD()[all …]