Help for this page

Select Code to Download


  1. or download this
    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.
    
  2. or download this
    my %program;
    
  3. or download this
    $program{"functions"}