Home
last modified time | relevance | path

Searched refs:ptrvar (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Distruct.h65 #define RELOC_REF_PTR_VAR(ptrvar)\ argument
66 ptrvar = (*gc_proc(gcst, reloc_ref_ptr))((const void *)(ptrvar), gcst)
H A Dgsstruct.h411 #define RELOC_OBJ_VAR(ptrvar)\ argument
412 (ptrvar = RELOC_OBJ(ptrvar))
413 #define RELOC_VAR(ptrvar) /* a handy abbreviation */\ argument
414 RELOC_OBJ_VAR(ptrvar)
415 #define RELOC_STRING_VAR(ptrvar)\ argument
416 (gc_proc(gcst, reloc_string)(&(ptrvar), gcst))
417 #define RELOC_CONST_STRING_VAR(ptrvar)\ argument
418 (gc_proc(gcst, reloc_const_string)(&(ptrvar), gcst))
419 #define RELOC_PARAM_STRING_VAR(ptrvar)\ argument
420 (gc_proc(gcst, reloc_param_string)(&(ptrvar), gcst))
[all …]