[comp.lang.pascal] Xref for Turbo Pascal

ppulkki@ujocs.joensuu.fi (Pekka Pulkkinen) (11/15/89)

	Does anyone have a nice program which makes a cross refence
	tables for TP v.5.5?
	It should format the output like:

	PROCEDURE DoThings;

	     CALLS: 
		MakeTree;
	        InitGraph;
		    ..

	     CALLED FROM:
		Initialize;

	It should notice recursive calls and library functions and
	procedures. Source codes would be nice! 

				Thanks! Pekka