Home
last modified time | relevance | path

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

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dsimulate.c173 object_t *destructed_objs = NULL; variable
2761 for (ob = destructed_objs, sh = destructed_obj_shadows in check_all_object_shadows()
2904 if (destructed_objs != NULL) in remove_object()
2905 destructed_objs->prev_all = ob; in remove_object()
2906 ob->next_all = destructed_objs; in remove_object()
2907 destructed_objs = ob; in remove_object()
2981 for (ob = destructed_objs; ob != NULL; ) in remove_destructed_objects()
3007 if (destructed_objs == ob) in remove_destructed_objects()
3008 destructed_objs = ob->next_all; in remove_destructed_objects()
3282 for (count = 0, ob = destructed_objs; ob != NULL; ob = ob->next_all) in status_parse()
H A Dsimulate.h212 extern object_t *destructed_objs;
H A Ddumpstat.c442 for (ob = destructed_objs; ob; ob = ob->next_all) in dumpstat_dest()
H A Dgcollect.c2061 for (ob = destructed_objs; ob; ob = ob->next_all) in garbage_collection()
2094 for (ob = destructed_objs; ob; ) in garbage_collection()
2108 destructed_objs = NULL; in garbage_collection()
H A Dinterpret.c17782 if (!newly_removed && destructed_objs != NULL) in assert_master_ob_loaded()
17784 if (ob == destructed_objs) in assert_master_ob_loaded()
17786 destructed_objs = ob->next_all; in assert_master_ob_loaded()
17787 if (destructed_objs) in assert_master_ob_loaded()
17788 destructed_objs->prev_all = NULL; in assert_master_ob_loaded()
17803 for ( prev = destructed_objs in assert_master_ob_loaded()