Try this out and see if it satisfies your needs...... Caution, still in beta ;-)
reagrds,
Joy.M.Monteiro
On Sat, 20 Nov 2004 16:46:33 -0800, Subhash Gopinath <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I need to know if there's a program/script that can list all the
> function definitions in a c source file.. Right now i can only think
> of ctags -
>
> ctags file.c ; grep "f$" tags | cut -d '^' -f2 | cut -d '$' -f1
>
> But this gives partial o/p....the last arguments to the function defn
> get chopped off
>
> Thanks,
> Subhash
>
--
people always turn away,
from the eyes of a stranger...
Afraid to know
what lies behind the stare.......
--QueensRyche
allfunc.pl
Description: Perl program
