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

Function DEBUG_stack

cups/raster-interpret.c:1738–1748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736 */
1737
1738static void
1739DEBUG_stack(const char *prefix, /* I - Prefix string */
1740 _cups_ps_stack_t *st) /* I - Stack */
1741{
1742 int c; /* Looping var */
1743 _cups_ps_obj_t *obj; /* Current object on stack */
1744
1745
1746 for (obj = st->objs, c = st->num_objs; c > 0; c --, obj ++)
1747 DEBUG_object(prefix, obj);
1748}
1749#endif /* DEBUG */

Callers 1

_cupsRasterExecPSFunction · 0.85

Calls 1

DEBUG_objectFunction · 0.85

Tested by

no test coverage detected