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

/external/libcups/cups/
H A Dppd-mark.c392 * 'ppdFindMarkedChoice()' - Return the marked choice for the specified option.
396 ppdFindMarkedChoice(ppd_file_t *ppd, /* I - PPD file */ function
403 DEBUG_printf(("2ppdFindMarkedChoice(ppd=%p, option=\"%s\")", ppd, option));
407 DEBUG_puts("3ppdFindMarkedChoice: Option not found, returning NULL");
413 DEBUG_printf(("3ppdFindMarkedChoice: Returning %p(%s)...", marked,

Completed in 119 milliseconds