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

Function ppd_debug_marked

cups/ppd-mark.c:689–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687 */
688
689static void
690ppd_debug_marked(ppd_file_t *ppd, /* I - PPD file data */
691 const char *title) /* I - Title for list */
692{
693 ppd_choice_t *c; /* Current choice */
694
695
696 DEBUG_printf(("2cupsMarkOptions: %s", title));
697
698 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked);
699 c;
700 c = (ppd_choice_t *)cupsArrayNext(ppd->marked))
701 DEBUG_printf(("2cupsMarkOptions: %s=%s", c->option->keyword, c->choice));
702}
703#endif /* DEBUG */
704
705

Callers 1

cupsMarkOptionsFunction · 0.85

Calls 2

cupsArrayFirstFunction · 0.85
cupsArrayNextFunction · 0.85

Tested by

no test coverage detected