push_obj
static struct obj_list *push_obj(struct obj_list *olist, struct object *obj);
return push_obj(NULL, obj);
olist = push_obj(olist, obj);