• Home
  • Raw
  • Download

Lines Matching refs:ppd_option

1701     ppd_option_t	*ppd_option;	/* PPD option */  in _ppdCacheCreateWithPPD()  local
1705 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()
1733 if (ppdFindChoice(ppd_option, "Left4")) in _ppdCacheCreateWithPPD()
1735 if (ppdFindChoice(ppd_option, "Right2")) in _ppdCacheCreateWithPPD()
1737 if (ppdFindChoice(ppd_option, "Right3")) in _ppdCacheCreateWithPPD()
1739 if (ppdFindChoice(ppd_option, "Right4")) in _ppdCacheCreateWithPPD()
1741 if (ppdFindChoice(ppd_option, "Upper2")) in _ppdCacheCreateWithPPD()
1743 if (ppdFindChoice(ppd_option, "Upper3")) in _ppdCacheCreateWithPPD()
1745 if (ppdFindChoice(ppd_option, "Upper4")) in _ppdCacheCreateWithPPD()
1749 if ((ppd_option = ppdFindOption(ppd, "BindEdge")) != NULL) in _ppdCacheCreateWithPPD()
1755 if (ppdFindChoice(ppd_option, "Left")) in _ppdCacheCreateWithPPD()
1757 if (ppdFindChoice(ppd_option, "Right")) in _ppdCacheCreateWithPPD()
1759 if (ppdFindChoice(ppd_option, "Top")) in _ppdCacheCreateWithPPD()
1761 if (ppdFindChoice(ppd_option, "Bottom")) in _ppdCacheCreateWithPPD()
1765 if ((ppd_option = ppdFindOption(ppd, "FoldType")) != NULL) in _ppdCacheCreateWithPPD()
1771 if (ppdFindChoice(ppd_option, "ZFold")) in _ppdCacheCreateWithPPD()
1773 if (ppdFindChoice(ppd_option, "Saddle")) in _ppdCacheCreateWithPPD()
1775 if (ppdFindChoice(ppd_option, "DoubleGate")) in _ppdCacheCreateWithPPD()
1777 if (ppdFindChoice(ppd_option, "LeftGate")) in _ppdCacheCreateWithPPD()
1779 if (ppdFindChoice(ppd_option, "RightGate")) in _ppdCacheCreateWithPPD()
1781 if (ppdFindChoice(ppd_option, "Letter")) in _ppdCacheCreateWithPPD()
1783 if (ppdFindChoice(ppd_option, "XFold")) in _ppdCacheCreateWithPPD()
1787 if ((ppd_option = ppdFindOption(ppd, "RIFoldType")) != NULL) in _ppdCacheCreateWithPPD()
1793 if (ppdFindChoice(ppd_option, "OutsideTwoFold")) in _ppdCacheCreateWithPPD()