Searched refs:global_obj_list (Results 1 – 2 of 2) sorted by relevance
29 struct object_list global_obj_list; variable85 SLIST_REMOVE(&global_obj_list, res->obj, object, next); in cmd_obj_del_show_parsed()101 &global_obj_list);130 SLIST_FOREACH(o, &global_obj_list, next) { in cmd_obj_add_parsed()145 SLIST_INSERT_HEAD(&global_obj_list, o, next); in cmd_obj_add_parsed()
138 …_t cmd_obj_obj = TOKEN_OBJ_LIST_INITIALIZER(struct cmd_obj_del_show_result, obj, &global_obj_list);155 …token is an object that was previously added using the add command in the global_obj_list variable.