Function is_in:
Defined in module move (file: /std/object/move.c)

is_in(o) returns 1 if this object is in o, or in an object which is in
o (recursively).

Prototype:
int is_in(object o);
