Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Distack.h137 void ref_stack_pop(ref_stack_t *pstack, uint count);
139 #define ref_stack_clear(pstk) ref_stack_pop(pstk, ref_stack_count(pstk))
141 ref_stack_pop(pstk, ref_stack_count(pstk) - (depth))
H A Dziodev2.c77 ref_stack_pop(&o_stack, list.count * 2); in zgetdevparams()
116 ref_stack_pop(&o_stack, list.count * 2 + 2); in zputdevparams()
H A Dzdevice.c231 ref_stack_pop(&o_stack, list.count * 2 - 1); in zget_device_params()
384 ref_stack_pop(&o_stack, dest + 1); in zputdeviceparams()
405 ref_stack_pop(&o_stack, count + 1); in zputdeviceparams()
H A Dzarray.c107 ref_stack_pop(&o_stack, size); in zastore()
H A Dimain.c689 ref_stack_pop(&o_stack, 1); in gs_pop_boolean()
704 ref_stack_pop(&o_stack, 1); in gs_pop_integer()
727 ref_stack_pop(&o_stack, 1); in gs_pop_real()
753 ref_stack_pop(&o_stack, 1); in gs_pop_string()
H A Discan.c418 else ref_stack_pop(&o_stack, 1) in scan_token()
639 ref_stack_pop(&o_stack, size); in scan_token()
666 ref_stack_pop(&o_stack, size); in scan_token()
1119 ref_stack_pop(&o_stack, in scan_token()
H A Dzpacked.c242 ref_stack_pop(pstack, size); in make_packed_array()
H A Dzstack.c265 ref_stack_pop(&o_stack, count); in zcleartomark()
H A Distack.c360 ref_stack_pop(ref_stack_t *pstack, uint count) in ref_stack_pop() function
483 ref_stack_pop(pstack, count - needed + added); in ref_stack_push()
H A Dzdict.c387 ref_stack_pop(&o_stack, count2); in zdicttomark()
H A Dzmisc.c136 ref_stack_pop(&o_stack, depth); in zbind()
H A Dzchar.c723 ref_stack_pop(&o_stack, ocount); in op_show_return_width()
747 ref_stack_pop(&o_stack, count - saved_count); in op_show_restore()
H A Dzcontrol.c1031 ref_stack_pop(&e_stack, idx + 1 - popped); in pop_estack()
1036 ref_stack_pop(&e_stack, count - popped); in pop_estack()
H A Dzcolor.c448 ref_stack_pop(&o_stack, transfer_map_size); in zcolor_remap_one_store()
H A Dzcrd.c415 ref_stack_pop(&o_stack, count - 1); in cie_post_exec_tpqr()
H A Dinterp.c1715 ref_stack_pop(&o_stack, ocount - ocount_old); in oparray_cleanup()
1717 ref_stack_pop(&d_stack, dcount - dcount_old); in oparray_cleanup()
H A Dzcie.c638 ref_stack_pop(&o_stack, (replicate ? 1 : gx_cie_cache_size)); in cie_cache_finish_store()