I'm trying to analyse a code base (many .c files) by writing Perl script using (Scitools) Understand's Perl API.
I'm aware that list of variables, functions etc. are easy to obtain for a given .c file.
Probably someone who has worked with Understand Perl API could point me in the right direction to search for a specific string that is present in many lines of a file? and possible return the line number?