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

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

Completed in 75 milliseconds