Home
last modified time | relevance | path

Searched defs:getp_undef (Results 1 – 16 of 16) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmcoll.h93 int getp_undef(VMG_ vm_val_t *, const vm_val_t *, uint *) in getp_undef() function
H A Dvmpat.h164 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmcset.h180 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmstrcmp.h269 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmbytarr.h269 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmstr.h288 static int getp_undef(VMG_ vm_val_t *, const vm_val_t *, in getp_undef() function
H A Dvmiter.h72 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmvec.h430 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmlst.h358 static int getp_undef(VMG_ vm_val_t *, const vm_val_t *, in getp_undef() function
H A Dvmdict.h277 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmfilobj.h176 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmtobj.h572 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmgram.h377 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmlookup.h475 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmbignum.h672 int getp_undef(VMG_ vm_obj_id_t, vm_val_t *, uint *) { return FALSE; } in getp_undef() function
H A Dvmobj.cpp235 int CVmObject::getp_undef(VMG_ vm_obj_id_t self, in getp_undef() function in CVmObject