UilDumpSymbolTable(3) | Library Functions Manual | UilDumpSymbolTable(3) |
UilDumpSymbolTable — Dumps the contents of a named UIL symbol table to standard output "UilDumpSymbolTable" "uil functions" "UilDumpSymbolTable"
#include <uil/UilDef.h> void UilDumpSymbolTable( sym_entry_type *root_ptr);
The UilDumpSymbolTable function dumps the contents of a UIL symbol table pointer to standard output.
By following the link from the root entry, you can traverse the entire parse tree. Symbol table entries are in the following format:
hex.address symbol.type symbol.data prev.source.position source.position modification.record
where:
The exact data structures for each symbol type are defined in the include file UilSymDef.h. Note that this file is automatically included when an application includes the file UilDef.h.
Uil(3)