Home
last modified time | relevance | path

Searched refs:ppd_bin (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dtestcache.c33 ppd_choice_t *ppd_bin; /* OutputBin value */ in main() local
80 if ((ppd_bin = ppdFindMarkedChoice(ppd, "OutputBin")) != NULL && in main()
81 (output_bin = _ppdCacheGetBin(pc, ppd_bin->choice)) != NULL) in main()