Home
last modified time | relevance | path

Searched refs:pvm_ref_struct_cstr (Results 1 – 5 of 5) sorted by relevance

/dports/editors/poke/poke-1.0/libpoke/
H A Dpvm.h267 pvm_val pvm_ref_struct_cstr (pvm_val sct, const char *name);
H A Dpvm-val.c280 pvm_ref_struct_cstr (pvm_val sct, const char *name) in pvm_ref_struct_cstr() function
319 return pvm_ref_struct_cstr (sct, PVM_VAL_STR (name)); in pvm_ref_struct()
H A Dpvm-vm.h2037 = PVM_VAL_INT (pvm_ref_struct_cstr ((EXCEPTION), "code")); \
H A Dpvm.jitter94 pvm_ref_struct_cstr
199 = PVM_VAL_INT (pvm_ref_struct_cstr ((EXCEPTION), "code")); \
5562 pvm_val exception_code = pvm_ref_struct_cstr (exception, "code");
H A Dpvm-vm2.c2210 …typeof (pvm_ref_struct_cstr) * volatile _my_volatile_pointer_to_pvm_ref_struct_cstr = & pvm_ref_st… in pvm_execute_or_initialize()
2211 typeof (pvm_ref_struct_cstr) * const _my_pvm_ref_struct_cstr __attribute__ ((unused)) in pvm_execute_or_initialize()
2213 # undef pvm_ref_struct_cstr in pvm_execute_or_initialize()
2214 # define pvm_ref_struct_cstr _my_pvm_ref_struct_cstr in pvm_execute_or_initialize() macro
34095 pvm_val exception_code = pvm_ref_struct_cstr (exception, "code"); in pvm_execute_or_initialize()