verb_with_all
verb_with_all(location[position].objects, OBJ_PERSON,
verb_with_all(wear, 0, takeoff, "take off");
verb_with_all(wear, 0, draw, "draw");
verb_with_all(location[position].objects, 0, puton, "put on");
verb_with_all(inven, 0, wearit, "wear");
verb_with_all(inven, 0, eat, "eat");
static void verb_with_all(unsigned int *, int, int (*)(void), const char *);