Searched refs:_cups_ps_stack_t (Results 1 – 1 of 1) sorted by relevance
70 } _cups_ps_stack_t; typedef77 static int cleartomark_stack(_cups_ps_stack_t *st);78 static int copy_stack(_cups_ps_stack_t *st, int count);79 static void delete_stack(_cups_ps_stack_t *st);81 static void error_stack(_cups_ps_stack_t *st, const char *title);82 static _cups_ps_obj_t *index_stack(_cups_ps_stack_t *st, int n);83 static _cups_ps_stack_t *new_stack(void);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,87 static int roll_stack(_cups_ps_stack_t *st, int c, int s);[all …]