Help for this page
my @functions; # list of all function names my @typedefs; # list of all typedef names ... # look-up the name in a source file. my %calls # maps a function name to a list of function names # that are called by that function.
my %program;
$program{"functions"}