Home
last modified time | relevance | path

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

/dports/editors/poke/poke-1.0/libpoke/
H A Dpvm-val.c318 assert (PVM_IS_STR (name)); in pvm_ref_struct()
328 assert (PVM_IS_SCT (sct) && PVM_IS_STR (name)); in pvm_refo_struct()
351 assert (PVM_IS_SCT (sct) && PVM_IS_STR (name)); in pvm_set_struct()
521 else if (PVM_IS_STR (val1) && PVM_IS_STR (val2)) in pvm_val_equal_p()
666 else if (PVM_IS_STR (val)) in pvm_elemsof()
839 else if (PVM_IS_STR (val)) in pvm_sizeof()
1168 else if (PVM_IS_STR (val)) in pvm_print_val_1()
1537 else if (PVM_IS_STR (val)) in pvm_typeof()
H A Dpvm-val.h554 #define PVM_IS_STR(V) \ macro