Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dicontext.c229 ref_stack_cleanup(&pcst->dict_stack.stack); in context_state_store()
230 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()
231 ref_stack_cleanup(&pcst->op_stack.stack); in context_state_store()
H A Dzvmem.c55 ref_stack_cleanup(&d_stack); in ivalidate_clean_spaces()
56 ref_stack_cleanup(&e_stack); in ivalidate_clean_spaces()
57 ref_stack_cleanup(&o_stack); in ivalidate_clean_spaces()
H A Distack.h181 void ref_stack_cleanup(ref_stack_t *pstack);
H A Distack.c570 ref_stack_cleanup(ref_stack_t *pstack) in ref_stack_cleanup() function