Home
last modified time | relevance | path

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

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmfilobj.cpp51 int (CVmObjFile::
55 &CVmObjFile::getp_undef,
56 &CVmObjFile::getp_open_text,
57 &CVmObjFile::getp_open_data,
58 &CVmObjFile::getp_open_raw,
62 &CVmObjFile::getp_read_file,
66 &CVmObjFile::getp_get_pos,
67 &CVmObjFile::getp_set_pos,
71 &CVmObjFile::getp_get_size
114 new (vmg_ id) CVmObjFile(); in create()
[all …]
H A Dvmfilobj.h57 class CVmObjFile: public CVmObject
159 CVmObjFile() { ext_ = 0; } in CVmObjFile() function
162 CVmObjFile(VMG_ vm_obj_id_t charset, osfildef *fp, unsigned long flags,
286 static int (CVmObjFile::*func_table_[])( variable
466 new (vmg_ id) CVmObjFile(); in create_for_image_load()
473 new (vmg_ id) CVmObjFile(); in create_for_restore()
479 { return CVmObjFile::create_from_stack(vmg_ pc_ptr, argc); } in create_from_stack()
486 return CVmObjFile::call_stat_prop(vmg_ result, pc_ptr, argc, prop); in call_stat_prop()
496 VM_REGISTER_METACLASS(CVmObjFile)
H A Dvmsa.cpp208 ulong CVmObjFile::rebuild_image(VMG_ char *, ulong) in rebuild_image()
H A Dvmimgrb.cpp1807 ulong CVmObjFile::rebuild_image(VMG_ char *buf, ulong buflen) in rebuild_image()
H A Dvmbiftio.cpp1894 CVmObjFile::check_safety_for_open(vmg_ fname, VMOBJFILE_ACCESS_WRITE); in log_console_create()