Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Ddstack.h28 #define d_stack (idict_stack.stack) macro
45 #define dsbot (d_stack.bot)
46 #define dsp (d_stack.p)
47 #define dstop (d_stack.top)
52 { d_stack.requested = (n); return_error(e_dictstackoverflow); }
H A Dzdict.c78 if (ref_stack_count_inline(&d_stack) == min_dstack_size) { in zend()
84 ref_stack_pop_block(&d_stack); in zend()
176 uint size = ref_stack_count(&d_stack); in zload()
180 ref *dp = ref_stack_index(&d_stack, i); in zload()
235 ref_stack_enum_begin(&rsenum, &d_stack); in zwhere()
302 uint count = ref_stack_count(&d_stack); in zcountdictstack()
316 uint count = ref_stack_count(&d_stack); in zdictstack()
321 return ref_stack_store(&d_stack, op, count, 0, 0, true, idmemory, in zdictstack()
H A Dzvmem.c55 ref_stack_cleanup(&d_stack); in ivalidate_clean_spaces()
128 (code = restore_check_stack(&d_stack, asave, false)) < 0 in zrestore()
138 restore_fix_stack(&d_stack, asave, false); in zrestore()
364 restore_fix_stack(&d_stack, asave, false); in zforgetsave()
H A Direclaim.c164 *systemdict = *ref_stack_index(&d_stack, ref_stack_count(&d_stack) - 1); in gs_vmreclaim()
H A Dzmisc2.c93 ref_stack_index(&d_stack, ref_stack_count(&d_stack) - 2); in set_language_level()
H A Dinterp.c378 ref_stack_pop_to(&d_stack, min_dstack_size); in gs_interp_reset()
472 o_stack.requested = e_stack.requested = d_stack.requested = 0; in gs_call_interp()
538 if (ref_stack_extend(&d_stack, d_stack.requested) >= 0) { in gs_call_interp()
548 ccode = copy_stack(i_ctx_p, &d_stack, &saref); in gs_call_interp()
551 ref_stack_pop_to(&d_stack, min_dstack_size); in gs_call_interp()
556 if (ref_stack_pop_block(&d_stack) >= 0) { in gs_call_interp()
879 ref_stack_count(&d_stack), ref_stack_count(&e_stack), in interp()
1078 make_int(iesp - 1, ref_stack_count_inline(&d_stack)); in interp()
1712 uint dcount = ref_stack_count(&d_stack); in oparray_cleanup()
1717 ref_stack_pop(&d_stack, dcount - dcount_old); in oparray_cleanup()
H A Dzchar.c445 …make_int(&esddepth(ep), ref_stack_count_inline(&d_stack)); /* correct interrupt processing … in op_show_finish_setup()
583 sddepth.value.intval = ref_stack_count(&d_stack); in op_show_continue_dispatch()
714 dcount = ref_stack_count(&d_stack); in op_show_return_width()
H A Dzusparam.c342 return ref_stack_max_count(&d_stack); in current_MaxDictStack()
347 return ref_stack_set_max_count(&d_stack, val); in set_MaxDictStack()
H A Dzcontext.c686 uint count = ref_stack_count(&d_stack); in do_fork()
690 stack_copy(dstack, &d_stack, copy, count - copy); in do_fork()
761 ref_stack_pop_to(&d_stack, min_dstack_size); in fork_done()
H A Dimain.c967 debug_dump_stack(minst->heap, &d_stack, "Dictionary stack"); in gs_main_dump_stack()