Searched refs:global_obj_list (Results 1 – 2 of 2) sorted by relevance
24 struct object_list global_obj_list; variable81 SLIST_REMOVE(&global_obj_list, res->obj, object, next); in cmd_obj_del_show_parsed()97 &global_obj_list);127 SLIST_FOREACH(o, &global_obj_list, next) { in cmd_obj_add_parsed()142 SLIST_INSERT_HEAD(&global_obj_list, o, next); in cmd_obj_add_parsed()
125 …token is an object that was previously added using the add command in the global_obj_list variable.