NAME
	_prev - find the previous object/array/whatever

SYNTAX
	mixed _next(mixed p);

DESCRIPTION
	This function returns the 'previous' object/array/mapping/etc
	in the linked list. It is mainly meant for debugging Pike but
	can also be used to control memory usage. Note that this function
	does not work on strings.

SEE ALSO
	_next
