"Thomas Ward" <[EMAIL PROTECTED]> wrote:
> Thanks for the 2 responses I got, but I'm afraid you are
> answering the wrong question. What I want is not a nifty
> editor function. I want something that will read in my
> source code and produce something like this:
>
> Procedure A calls:
> B
> C
> D
>
> Procedure B calls:
> E
>
> Procedure D calls:
> F
> G
>
> etc.
>
> In other words, a cross reference of procedure calls.
Look for cflow. I don't know if there are pre-built binaries for
various platforms (but I bet there are). I played around with it a
little back in my Unix days.
You might also look for cxref, calls, cscope.
--
Roger Chaplin
<[EMAIL PROTECTED]>