MCPcopy Create free account
hub / github.com/OpenPrinting/cups / ppdNextOption

Function ppdNextOption

cups/ppd-mark.c:588–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586 */
587
588ppd_option_t * /* O - Next option or @code NULL@ */
589ppdNextOption(ppd_file_t *ppd) /* I - PPD file */
590{
591 if (!ppd)
592 return (NULL);
593 else
594 return ((ppd_option_t *)cupsArrayNext(ppd->options));
595}
596
597
598/*

Callers 6

do_set_optionsFunction · 0.85
auto_configureFunction · 0.85
mainFunction · 0.85
check_caseFunction · 0.85
check_translationsFunction · 0.85
ppdConflictsFunction · 0.85

Calls 1

cupsArrayNextFunction · 0.85

Tested by 3

mainFunction · 0.68
check_caseFunction · 0.68
check_translationsFunction · 0.68