Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dzdevice.c237 pmark = ref_stack_index(&o_stack, list.count * 2); in zget_device_params()
358 prequire_all = ref_stack_index(&o_stack, count); in zputdeviceparams()
359 ppolicy = ref_stack_index(&o_stack, count + 1); in zputdeviceparams()
360 pdev = ref_stack_index(&o_stack, count + 2); in zputdeviceparams()
376 *ref_stack_index(&o_stack, dest) = in zputdeviceparams()
377 *ref_stack_index(&o_stack, count - (i << 1) - 2); in zputdeviceparams()
379 ref_stack_index(&o_stack, dest - 1)); in zputdeviceparams()
H A Dzarray.c67 packed_get(imemory, packed, ref_stack_index(&o_stack, i)); in zaload()
108 *ref_stack_index(&o_stack, 0) = arr; in zastore()
H A Dzstack.c77 elt = ref_stack_index(&o_stack, op->value.intval + 1); in zindex()
129 ref *elt = ref_stack_index(&o_stack, i + 2); in zroll()
139 next = ref_stack_index(&o_stack, k + 2); in zroll()
H A Didstack.c90 if (ref_stack_index(&pds->stack, i)->value.pdict == pdict) in dstack_dict_is_permanent()
180 if (dict_find(ref_stack_index(&pds->stack, i), in dstack_find_name_by_index()
230 ref_stack_index(&pds->stack, count - dsi)->value.pdict; in dstack_gc_cleanup()
H A Dzdict.c180 ref *dp = ref_stack_index(&d_stack, i); in zload()
381 ref_stack_index(&o_stack, idx + 1), in zdicttomark()
382 ref_stack_index(&o_stack, idx)); in zdicttomark()
H A Dzpacked.c105 pref = ref_stack_index(pstack, i - 1); in make_packed_array()
173 pref = ref_stack_index(pstack, i - 1); in make_packed_array()
H A Dzcontrol.c131 const ref *rp = ref_stack_index(&o_stack, (long)(i + 1)); in zexecn()
693 op[-1] = *ref_stack_index(&e_stack, count - 2); /* default result */ in zinstopped()
792 const ref *rp = ref_stack_index(&e_stack, (long)i); in do_execstack()
980 if (r_has_type_attrs(ref_stack_index(&e_stack, (long)i), in count_exec_stack()
1028 ref *ep = ref_stack_index(&e_stack, idx - popped); in pop_estack()
H A Distack.h104 ref *ref_stack_index(const ref_stack_t *pstack, long index);
H A Dziodev2.c80 pmark = ref_stack_index(&o_stack, list.count * 2); in zgetdevparams()
H A Direclaim.c164 *systemdict = *ref_stack_index(&d_stack, ref_stack_count(&d_stack) - 1); in gs_vmreclaim()
H A Dzcontext.c696 ref *pdref = ref_stack_index(dstack, i); in do_fork()
738 if (r_space(ref_stack_index(pstack, (long)i)) >= next_space) in values_older_than()
868 ref *rp = ref_stack_index(&o_stack, count); in zjoin()
1238 *ref_stack_index(to, i) = *ref_stack_index(from, i + from_index); in stack_copy()
H A Dzmisc2.c93 ref_stack_index(&d_stack, ref_stack_count(&d_stack) - 2); in set_language_level()
H A Dzgeneric.c92 *ref_stack_index(&o_stack, i) = in zcopy_integer()
93 *ref_stack_index(&o_stack, i + count); in zcopy_integer()
H A Diparam.c377 *ref_stack_index(pstack, 1) = *pkey; in stack_param_write()
400 ref_stack_index(splist->pstack, index + 1 + splist->skip); in stack_param_enumerate()
1066 const ref *p = ref_stack_index(pstack, index); in stack_param_read()
1069 ploc->pvalue = ref_stack_index(pstack, index - 1); in stack_param_read()
H A Dicontext.c196 ref_stack_index(rdstack, ref_stack_count(rdstack) - 1 - in context_state_load()
H A Didebug.c265 const ref *p = ref_stack_index(pstack, --i); in debug_dump_stack()
H A Dzchar.c666 return r_ptr(ref_stack_index(&e_stack, index - (snumpush - 1)), in op_show_find()
703 es_ptr ep = (es_ptr) ref_stack_index(&e_stack, index - (snumpush - 1)); in op_show_return_width()
H A Dimain.c627 *ref_stack_index(&o_stack, 0L) = *pvalue; in push_value()
674 *pvalue = *ref_stack_index(&o_stack, 0L); in pop_value()
H A Dzcolor.c438 real_param(ref_stack_index(&o_stack, transfer_map_size - 1 - i), in zcolor_remap_one_store()
H A Distack.c203 ref_stack_index(const ref_stack_t *pstack, long idx) in ref_stack_index() function
H A Dinterp.c588 const ref *ep = ref_stack_index(&e_stack, i); in gs_call_interp()
1737 for (i = 0; (ep = ref_stack_index(&e_stack, i)) != 0; ++i) { in oparray_find()
H A Dzcie.c621 code = float_param(ref_stack_index(&o_stack, in cie_cache_finish_store()
H A Discan.c634 ref_stack_index(&o_stack, size)->value.intval), in scan_token()