Home
last modified time | relevance | path

Searched refs:VMG0_ (Results 1 – 25 of 59) sorted by relevance

123

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmbif.h181 static int pop_int_val(VMG0_);
182 static int pop_long_val(VMG0_);
185 static int pop_bool_val(VMG0_);
188 static vm_obj_id_t pop_obj_val(VMG0_);
191 static vm_prop_id_t pop_propid_val(VMG0_);
201 static const char *pop_str_val(VMG0_);
202 static const char *pop_list_val(VMG0_);
229 static void retval_nil(VMG0_);
230 static void retval_true(VMG0_);
H A Dvmundo.h116 void create_savept(VMG0_);
125 void drop_undo(VMG0_);
159 void undo_to_savept(VMG0_);
167 void gc_mark_refs(VMG0_);
176 void gc_remove_stale_weak_refs(VMG0_);
184 CVmUndoMeta *alloc_rec(VMG0_);
208 void drop_oldest_savept(VMG0_);
H A Dvmdbg.h43 void do_terminate(VMG0_);
77 void do_delete(VMG0_);
104 int eval_cond(VMG0_);
182 CVmDebug(VMG0_);
196 void init_after_load(VMG0_);
202 void terminate(VMG0_);
393 void set_step_over(VMG0_);
400 void set_step_out(VMG0_);
581 void suspend_all_bps(VMG0_);
582 void restore_all_bps(VMG0_);
[all …]
H A Dvmini_nd.cpp32 void vm_init_debugger(VMG0_) in vm_init_debugger() argument
48 void vm_init_after_load(VMG0_) in vm_init_after_load() argument
57 void vm_terminate_debug_shutdown(VMG0_) in vm_terminate_debug_shutdown() argument
65 void vm_terminate_debug_delete(VMG0_) in vm_terminate_debug_delete() argument
H A Dvmini_d.cpp34 void vm_init_debugger(VMG0_) in vm_init_debugger() argument
52 void vm_init_after_load(VMG0_) in vm_init_after_load() argument
62 void vm_terminate_debug_shutdown(VMG0_) in vm_terminate_debug_shutdown() argument
71 void vm_terminate_debug_delete(VMG0_) in vm_terminate_debug_delete() argument
H A Dvmfunc.h211 void inc(VMG0_) { p_ += G_exc_entry_size; } in inc() argument
301 void inc(VMG0_) { p_ += G_line_entry_size; } in inc() argument
339 uint get_sym_len(VMG0_) const in get_sym_len() argument
343 const char *get_sym(VMG0_) const in get_sym() argument
347 void inc(VMG0_) in inc() argument
438 size_t get_line_count(VMG0_) const in get_line_count() argument
442 size_t get_frame_count(VMG0_) const in get_frame_count() argument
484 size_t get_frame_ofs(VMG0_) const in get_frame_ofs() argument
H A Dvmrun.h335 int get_cur_argc(VMG0_) const in get_cur_argc() argument
546 void reset(VMG0_);
623 static void push_nil(VMG0_) in push_nil() argument
649 void touch_entry_ptr_page(VMG0_) in touch_entry_ptr_page() argument
883 const uchar *do_return(VMG0_);
954 int pop2_equal(VMG0_) in pop2_equal() argument
972 int pop2_compare(VMG0_) in pop2_compare() argument
985 int pop2_compare_lt(VMG0_) in pop2_compare_lt() argument
998 int pop2_compare_le(VMG0_) in pop2_compare_le() argument
1011 int pop2_compare_gt(VMG0_) in pop2_compare_gt() argument
[all …]
H A Dvmconsol.h310 void write_blank_line(VMG0_);
334 void empty_buffers(VMG0_);
337 virtual void clear_window(VMG0_) = 0;
347 void update_display(VMG0_);
514 void show_con_more_prompt(VMG0_);
520 void read_line_done(VMG0_);
597 virtual void clear_window(VMG0_);
674 virtual void clear_window(VMG0_);
1092 void write_blank_line(VMG0_);
1101 void empty_buffers(VMG0_);
[all …]
H A Dvmobj.h1559 void delete_obj_table(VMG0_);
1620 void gc_full(VMG0_);
1641 void gc_pass_init(VMG0_);
1643 void gc_pass_finish(VMG0_);
1650 void run_finalizers(VMG0_);
1903 void reset_to_image(VMG0_);
2128 void gc_before_alloc(VMG0_);
2131 void gc_trace_stack(VMG0_);
2134 void gc_trace_imports(VMG0_);
2407 void init(VMG0_) { } in init() argument
[all …]
H A Dvminit.h47 void vm_init_after_load(VMG0_);
99 void vm_init_debugger(VMG0_);
113 void vm_terminate_debug_shutdown(VMG0_);
119 void vm_terminate_debug_delete(VMG0_);
H A Dvmbif.cpp290 void CVmBif::retval_true(VMG0_) in retval_true() argument
298 void CVmBif::retval_nil(VMG0_) in retval_nil() argument
331 const char *CVmBif::pop_str_val(VMG0_) in pop_str_val() argument
375 const char *CVmBif::pop_list_val(VMG0_) in pop_list_val() argument
502 int CVmBif::pop_int_val(VMG0_) in pop_int_val() argument
516 int CVmBif::pop_long_val(VMG0_) in pop_long_val() argument
530 int CVmBif::pop_bool_val(VMG0_) in pop_bool_val() argument
568 vm_obj_id_t CVmBif::pop_obj_val(VMG0_) in pop_obj_val() argument
582 vm_prop_id_t CVmBif::pop_propid_val(VMG0_) in pop_propid_val() argument
H A Dvmundo.cpp70 void CVmUndo::create_savept(VMG0_) in create_savept() argument
134 void CVmUndo::drop_oldest_savept(VMG0_) in drop_oldest_savept() argument
190 void CVmUndo::drop_undo(VMG0_) in drop_undo() argument
212 CVmUndoMeta *CVmUndo::alloc_rec(VMG0_) in alloc_rec() argument
379 void CVmUndo::undo_to_savept(VMG0_) in undo_to_savept() argument
453 void CVmUndo::gc_mark_refs(VMG0_) in gc_mark_refs() argument
516 void CVmUndo::gc_remove_stale_weak_refs(VMG0_) in gc_remove_stale_weak_refs() argument
H A Dvmimage.h241 void load(VMG0_);
286 void run_static_init(VMG0_);
293 void unload(VMG0_);
299 void create_global_symtab_lookup_table(VMG0_);
336 void do_dynamic_link(VMG0_);
345 vm_prop_id_t alloc_new_prop(VMG0_);
360 void load_ext_resfiles(VMG0_);
H A Dtest_obj.cpp163 void CVmImageLoader::do_dynamic_link(VMG0_) in do_dynamic_link() argument
172 void CVmImageLoader::create_global_symtab_lookup_table(VMG0_) in create_global_symtab_lookup_table() argument
182 void CVmImageLoader::run_static_init(VMG0_) in run_static_init() argument
190 vm_prop_id_t CVmImageLoader::alloc_new_prop(VMG0_) in alloc_new_prop() argument
H A Dvmglob.h299 #define VMG0_ macro
348 #define VMG0_ macro
394 #define VMG0_ macro
430 #define VMG0_ vm_globals *vmg__ macro
H A Dvmcset.h127 void remove_stale_weak_refs(VMG0_) { } in remove_stale_weak_refs() argument
158 class CCharmapToLocal *get_to_local(VMG0_) const;
159 class CCharmapToUni *get_to_uni(VMG0_) const;
H A Dvmtype.cpp225 const char *vm_val_t::get_as_string(VMG0_) const in get_as_string()
249 const char *vm_val_t::get_as_list(VMG0_) const in get_as_list()
275 size_t vm_val_t::get_coll_addsub_rhs_ele_cnt(VMG0_) const in get_coll_addsub_rhs_ele_cnt()
H A Dvmfilobj.h127 void remove_stale_weak_refs(VMG0_) { } in remove_stale_weak_refs() argument
255 void check_valid_file(VMG0_);
261 void check_read_access(VMG0_);
262 void check_write_access(VMG0_);
H A Dvmdict.h199 void remove_stale_weak_refs(VMG0_);
265 CVmObjDict(VMG0_);
271 void create_hash_table(VMG0_);
274 void build_hash_from_image(VMG0_);
H A Dvmtype.h271 const char *get_as_string(VMG0_) const;
278 const char *get_as_list(VMG0_) const;
292 size_t get_coll_addsub_rhs_ele_cnt(VMG0_) const;
388 uint calc_hash(VMG0_) const { return calc_hash(vmg_ 0); } in calc_hash()
H A Dvmlookup.h338 void remove_stale_weak_refs(VMG0_) { } in remove_stale_weak_refs() argument
388 vm_obj_id_t create_copy(VMG0_);
421 void expand_if_needed(VMG0_);
424 vm_lookup_val *alloc_new_entry(VMG0_);
575 void remove_stale_weak_refs(VMG0_);
753 void remove_stale_weak_refs(VMG0_) { } in remove_stale_weak_refs() argument
H A Dvmtobj.h365 int provides_props(VMG0_) const { return TRUE; } in provides_props() argument
424 void remove_stale_weak_refs(VMG0_) { } in remove_stale_weak_refs() argument
476 static void class_init(VMG0_);
477 static void class_term(VMG0_);
545 tadsobj_inh_path *get_inh_search_path(VMG0_);
H A Dvmconsol.cpp580 void CVmFormatter::empty_buffers(VMG0_) in empty_buffers() argument
603 void CVmFormatter::update_display(VMG0_) in update_display() argument
613 void CVmFormatter::write_blank_line(VMG0_) in write_blank_line() argument
1772 void CVmConsole::write_blank_line(VMG0_) in write_blank_line() argument
1955 void CVmConsole::empty_buffers(VMG0_) in empty_buffers() argument
1969 void CVmConsole::update_display(VMG0_) in update_display() argument
2391 void CVmConsole::read_line_done(VMG0_) in read_line_done() argument
2570 void CVmConsoleMain::clear_window(VMG0_) in clear_window() argument
2933 void CVmConsoleBanner::clear_window(VMG0_) in clear_window() argument
H A Dvmobj.cpp1040 void CVmObjTable::delete_obj_table(VMG0_) in delete_obj_table() argument
1172 void CVmObjTable::gc_before_alloc(VMG0_) in gc_before_alloc() argument
1452 void CVmObjTable::gc_full(VMG0_) in gc_full() argument
1472 void CVmObjTable::gc_pass_init(VMG0_) in gc_pass_init() argument
1565 void CVmObjTable::gc_pass_finish(VMG0_) in gc_pass_finish() argument
1755 void CVmObjTable::gc_trace_stack(VMG0_) in gc_trace_stack() argument
1793 void CVmObjTable::gc_trace_imports(VMG0_) in gc_trace_imports() argument
1809 void CVmObjTable::gc_trace_globals(VMG0_) in gc_trace_globals() argument
1874 void CVmObjTable::run_finalizers(VMG0_) in run_finalizers() argument
2557 void CVmObjTable::reset_to_image(VMG0_) in reset_to_image() argument
[all …]
H A Dvmmeta.h353 void create_intrinsic_class_instances(VMG0_);
356 void forget_intrinsic_class_instances(VMG0_);

123