dgd/
dgd/mud/doc/kernel/
dgd/mud/doc/kernel/hook/
dgd/mud/doc/kernel/lfun/
dgd/mud/include/
dgd/mud/include/kernel/
dgd/mud/kernel/lib/
dgd/mud/kernel/lib/api/
dgd/mud/kernel/obj/
dgd/mud/kernel/sys/
dgd/src/host/beos/
dgd/src/host/pc/res/
dgd/src/host/unix/
dgd/src/lpc/
dgd/src/parser/
NAME
	previous_object - return the previous object

SYNOPSIS
	object previous_object(varargs int n)


DESCRIPTION
	Return the object n+1 (default: 1) steps back in the call_other chain.
	If the object is destructed, or the number of steps is larger than
	the number of call_others involved, nil is returned.

SEE ALSO
	kfun/call_other, kfun/previous_program, kfun/this_object,
	kfun/call_trace