NAME
	find_object - find an object

SYNOPSIS
	object find_object(string obj)


DESCRIPTION
	The string argument is translated into an object path by path_object()
	in the driver object, and the object with the resulting name is
	searched for.  Either the object, if found, or zero is returned.

SEE ALSO
	kfun/object_name
