| /plan9/sys/src/cmd/gs/src/ |
| H A D | zdevice.c | 237 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 D | zarray.c | 67 packed_get(imemory, packed, ref_stack_index(&o_stack, i)); in zaload() 108 *ref_stack_index(&o_stack, 0) = arr; in zastore()
|
| H A D | zstack.c | 77 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 D | idstack.c | 90 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 D | zdict.c | 180 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 D | zpacked.c | 105 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 D | zcontrol.c | 131 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 D | istack.h | 104 ref *ref_stack_index(const ref_stack_t *pstack, long index);
|
| H A D | ziodev2.c | 80 pmark = ref_stack_index(&o_stack, list.count * 2); in zgetdevparams()
|
| H A D | ireclaim.c | 164 *systemdict = *ref_stack_index(&d_stack, ref_stack_count(&d_stack) - 1); in gs_vmreclaim()
|
| H A D | zcontext.c | 696 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 D | zmisc2.c | 93 ref_stack_index(&d_stack, ref_stack_count(&d_stack) - 2); in set_language_level()
|
| H A D | zgeneric.c | 92 *ref_stack_index(&o_stack, i) = in zcopy_integer() 93 *ref_stack_index(&o_stack, i + count); in zcopy_integer()
|
| H A D | iparam.c | 377 *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 D | icontext.c | 196 ref_stack_index(rdstack, ref_stack_count(rdstack) - 1 - in context_state_load()
|
| H A D | idebug.c | 265 const ref *p = ref_stack_index(pstack, --i); in debug_dump_stack()
|
| H A D | zchar.c | 666 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 D | imain.c | 627 *ref_stack_index(&o_stack, 0L) = *pvalue; in push_value() 674 *pvalue = *ref_stack_index(&o_stack, 0L); in pop_value()
|
| H A D | zcolor.c | 438 real_param(ref_stack_index(&o_stack, transfer_map_size - 1 - i), in zcolor_remap_one_store()
|
| H A D | istack.c | 203 ref_stack_index(const ref_stack_t *pstack, long idx) in ref_stack_index() function
|
| H A D | interp.c | 588 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 D | zcie.c | 621 code = float_param(ref_stack_index(&o_stack, in cie_cache_finish_store()
|
| H A D | iscan.c | 634 ref_stack_index(&o_stack, size)->value.intval), in scan_token()
|