Home
last modified time | relevance | path

Searched refs:pstruct (Results 1 – 18 of 18) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Diref.h408 obj_header_t *pstruct; member
476 (r_is_struct(rp) && gs_object_type(mem, (rp)->value.pstruct) == &styp)
544 #define r_ptr(rp,typ) ((typ *)((rp)->value.pstruct))
545 #define r_set_ptr(rp,ptr) ((rp)->value.pstruct = (obj_header_t *)(ptr))
H A Dzgeneric.c139 if (gs_object_type(imemory, op->value.pstruct) != &st_bytes) in zlength()
142 make_int(op, gs_object_size(imemory, op->value.pstruct)); in zlength()
233 if (gs_object_type(imemory, op2->value.pstruct) != &st_bytes) in zput()
236 ssize = gs_object_size(imemory, op2->value.pstruct); in zput()
372 if (gs_object_type(imemory, opto->value.pstruct) != &st_bytes) in zputinterval()
374 dsize = gs_object_size(imemory, opto->value.pstruct); in zputinterval()
H A Dstore.h253 make_tav(pref, t_struct, attrs, pstruct, (obj_header_t *)(ptr))
255 make_tav_new(pref, t_struct, attrs, pstruct, (obj_header_t *)(ptr))
258 make_tav(pref, t_astruct, attrs, pstruct, (obj_header_t *)(ptr))
260 make_tav_new(pref, t_astruct, attrs, pstruct, (obj_header_t *)(ptr))
H A Dzfrsd.c142 uint size = gs_object_size(imemory, source_op->value.pstruct); in zreusablestream()
144 if (gs_object_type(imemory, source_op->value.pstruct) != &st_bytes) in zreusablestream()
148 (const byte *)source_op->value.pstruct, size, in zreusablestream()
H A Dzfjbig2.c106 size = gs_object_size(imemory, op->value.pstruct); in z_jbig2makeglobalctx()
H A Dzfunc.c140 gs_function_t *pfn = (gs_function_t *) op->value.pstruct; in zexecfunction()
349 return (gs_function_t *)op->value.refs->value.pstruct; in ref_function()
H A Diutil.c173 return (pref1->value.pstruct == pref2->value.pstruct); in obj_eq()
406 (const obj_header_t *)op->value.pstruct)); in obj_cvp()
H A Dzht2.c526 if (gs_object_type(mem, tstring->value.pstruct) != &st_bytes) in dict_threshold2_params()
528 size = gs_object_size(mem, tstring->value.pstruct); in dict_threshold2_params()
H A Digcref.c434 DO_RELOC(pref->value.pstruct,
435 RELOC_VAR(pref->value.pstruct));
H A Didebug.c138 obj_header_t *obj = (obj_header_t *) pref->value.pstruct; in debug_print_full_ref()
H A Dzvmem.c257 ptr = stkp->value.pstruct; in restore_check_stack()
H A Dztype.c82 op[-1].value.pstruct)); in ztype()
H A Dzfont.c286 pstruct, (void *)pfont); in add_FID()
H A Dilocate.c411 optr = pref->value.pstruct; in ialloc_validate_ref()
H A Dzshade.c135 *ppsh = (gs_shading_t *) op->value.pstruct; in shading_param()
H A Dzcontrol.c810 gs_object_type(imemory, rq->value.pstruct)); in do_execstack()
H A Disave.c457 cp->offset = (byte *) where - (byte *) pcont->value.pstruct; in alloc_save_change_in()
H A Digc.c930 nptr = rptr->value.pstruct; in gc_trace()