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

Function ppdFirstOption

cups/ppd-mark.c:570–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568 */
569
570ppd_option_t * /* O - First option or @code NULL@ */
571ppdFirstOption(ppd_file_t *ppd) /* I - PPD file */
572{
573 if (!ppd)
574 return (NULL);
575 else
576 return ((ppd_option_t *)cupsArrayFirst(ppd->options));
577}
578
579
580/*

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

cupsArrayFirstFunction · 0.85

Tested by 3

mainFunction · 0.68
check_caseFunction · 0.68
check_translationsFunction · 0.68