Lines Matching refs:_ppdLocalizedAttr
86 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", group->name, in ppdLocalize()
92 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", option->keyword, in ppdLocalize()
102 locattr = _ppdLocalizedAttr(ppd, option->keyword, choice->choice, in ppdLocalize()
108 locattr = _ppdLocalizedAttr(ppd, ckeyword, "True", ll_CC); in ppdLocalize()
131 if ((locattr = _ppdLocalizedAttr(ppd, ckeyword, cparam->name, in ppdLocalize()
143 if ((locattr = _ppdLocalizedAttr(ppd, "APCustomColorMatchingName", in ppdLocalize()
154 if ((locattr = _ppdLocalizedAttr(ppd, "cupsICCProfile", attr->spec, in ppdLocalize()
171 if ((locattr = _ppdLocalizedAttr(ppd, "APPrinterPreset", attr->spec, in ppdLocalize()
210 locattr = _ppdLocalizedAttr(ppd, keyword, spec, ll_CC); in ppdLocalizeAttr()
212 locattr = _ppdLocalizedAttr(ppd, "Translation", keyword, ll_CC); in ppdLocalizeAttr()
274 if ((locattr = _ppdLocalizedAttr(ppd, "cupsIPPReason", reason, in ppdLocalizeIPPReason()
514 if ((locattr = _ppdLocalizedAttr(ppd, "cupsMarkerName", name, in ppdLocalizeMarkerName()
646 _ppdLocalizedAttr(ppd_file_t *ppd, /* I - PPD file */ in _ppdLocalizedAttr() function