Home
last modified time | relevance | path

Searched defs:vm_globals (Results 1 – 4 of 4) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmcore.cpp83 class CVmConsoleMain *create_console(struct vm_globals *) { return 0; } in create_console()
86 void delete_console(struct vm_globals *, class CVmConsoleMain *) { } in delete_console()
94 void client_init(struct vm_globals *, in client_init()
104 void client_terminate(struct vm_globals *) { } in client_terminate()
107 void pre_exec(struct vm_globals *) { } in pre_exec()
110 void post_exec(struct vm_globals *) { } in post_exec()
113 void post_exec_err(struct vm_globals *) { } in post_exec_err()
121 void display_error(struct vm_globals *, in display_error()
H A Dtest_exec.cpp31 CVmConsoleMain *create_console(struct vm_globals *) in create_console()
49 void client_init(struct vm_globals *, in client_init()
59 void client_terminate(struct vm_globals *) { } in client_terminate()
74 void post_exec(struct vm_globals *) { } in post_exec()
75 void post_exec_err(struct vm_globals *) { } in post_exec_err()
78 void display_error(struct vm_globals *, const char *msg, in display_error()
H A Dvmmaincn.h46 CVmConsoleMain *create_console(struct vm_globals *) in create_console()
99 void client_terminate(struct vm_globals *) { } in client_terminate()
102 void pre_exec(struct vm_globals *) { } in pre_exec()
105 void post_exec(struct vm_globals *) { } in post_exec()
106 void post_exec_err(struct vm_globals *) { } in post_exec_err()
H A Dvmglob.h257 struct vm_globals { int x; }; struct
292 inline void vmglob_delete(vm_globals *) { } in vmglob_delete() argument
341 inline void vmglob_delete(vm_globals *) { } in vmglob_delete() argument