Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
588
ppd_option_t * /* O - Next option or @code NULL@ */
589
ppdNextOption(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_options
Function · 0.85
auto_configure
Function · 0.85
main
Function · 0.85
check_case
Function · 0.85
check_translations
Function · 0.85
ppdConflicts
Function · 0.85
Calls
1
cupsArrayNext
Function · 0.85
Tested by
3
main
Function · 0.68
check_case
Function · 0.68
check_translations
Function · 0.68