in reply to Script to list out the functions of a C file

ctags extracts function names (including position in the source file) from many different programming languages; C is one of them.

I'm not sure if it extracts all the information you're interested in, but it's well worth investigating.

Perl 6 - links to (nearly) everything that is Perl 6.
  • Comment on Re: Script to list out the functions of a C file