.\"returns a pointer to the object that called the current function .TH previous_object 3 .SH NAME previous_object() - returns the object that called the current function .SH SYNOPSIS object previous_object(); .SH DESCRIPTION Returns an object pointer to the object, if any, that called current function. .SH SEE ALSO call_other(3), this_object(3).