Home
last modified time | relevance | path

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

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