Home
last modified time | relevance | path

Searched refs:_cups_ps_obj_t (Results 1 – 1 of 1) sorted by relevance

/external/libcups/filter/
Dinterpret.c63 } _cups_ps_obj_t; typedef
69 _cups_ps_obj_t *objs; /* Objects in stack */
80 static void error_object(_cups_ps_obj_t *obj);
82 static _cups_ps_obj_t *index_stack(_cups_ps_stack_t *st, int n);
84 static _cups_ps_obj_t *pop_stack(_cups_ps_stack_t *st);
85 static _cups_ps_obj_t *push_stack(_cups_ps_stack_t *st,
86 _cups_ps_obj_t *obj);
88 static _cups_ps_obj_t *scan_ps(_cups_ps_stack_t *st, char **ptr);
93 static void DEBUG_object(const char *prefix, _cups_ps_obj_t *obj);
515 _cups_ps_obj_t *obj; /* Object from top of stack */ in _cupsRasterExecPS()
[all …]