Home
last modified time | relevance | path

Searched refs:vm_datatype_t (Results 1 – 12 of 12) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmtype.h83 enum vm_datatype_t enum
183 ((vm_datatype_t)(((int)VM_FIRST_INVALID_TYPE) + (idx)))
191 vm_datatype_t typ;
604 inline vm_datatype_t vmb_get_dh_type(const char *buf) in vmb_get_dh_type()
605 { return (vm_datatype_t)buf[0]; } in vmb_get_dh_type()
H A Dvmtypedh.cpp88 switch((vm_datatype_t)buf[0]) in vmb_get_dh_val()
H A Dvmstr.h56 virtual vm_datatype_t get_convert_to_const_data_type() const in get_convert_to_const_data_type()
H A Dtct3.h49 const vm_datatype_t VM_VOCAB_LIST = VM_MAKE_INTERNAL_TYPE(0);
H A Dtct3stm.cpp2037 vm_datatype_t CTPNStmObject::
2046 return (vm_datatype_t)stream->get_byte_at(dh_ofs); in get_stream_prop_type()
H A Dvmlst.h81 virtual vm_datatype_t get_convert_to_const_data_type() const in get_convert_to_const_data_type()
H A Dvmbiftf.cpp866 switch((vm_datatype_t)buf[0]) in file_read()
H A Dvmobj.h797 virtual vm_datatype_t get_convert_to_const_data_type() const in get_convert_to_const_data_type()
H A Dvmfilobj.cpp1276 switch((vm_datatype_t)buf[0]) in read_data_mode()
H A Dtct3drv.h1998 static enum vm_datatype_t
H A Dvmimage.cpp1720 vm_datatype_t typ; in do_dynamic_link()
H A Dtct3img.cpp2637 vm_datatype_t prop_type; in build_dictionary()