TC: char *searchpath( const char *filename )


	- prototype in dir.h

	- filename = name of file to search for
	- attempts to locate filename using MS-DOS path using standard
	  DOS file search strategy
	- returns pointer to full pathname for filename (in a static
	  array) or NULL if not found
	- MS C uses _searchenv()