Currently you see only the names of the various types. By selecting the Signature check box in the status line of the Symbol Browser, you can display the complete signature of the listed symbols.
Select the Signature check box, and then drag the side of the window outward until you
can see the whole text line in the Symbol List.
The Symbol List now shows the following information:
symbolType
symbolName Filename Projectname
Filename.[c,h]
is the name of the file where the symbol is declared
Projectname.proj
is the name of the project containing this file
As an example, notice that struct
bmaster
is declared in file
browse.c
and is contained in project
lib.proj
.