Searched defs:ppdFindChoice (Results 1 - 1 of 1) sorted by relevance

/external/libcups/cups/
H A Dppd-mark.c366 * 'ppdFindChoice()' - Return a pointer to an option choice.
370 ppdFindChoice(ppd_option_t *o, /* I - Pointer to option */ function
829 if ((c = ppdFindChoice(o, "Custom")) == NULL)
921 if ((c = ppdFindChoice(o, "Custom")) == NULL)

Completed in 47 milliseconds