Query: uildumpsymboltable
OS: osf1
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UilDumpSymbolTable(3X) UilDumpSymbolTable(3X)NAMEUilDumpSymbolTable - Dumps the contents of a named UIL symbol table to standard outputSYNOPSIS#include <uil/UilDef.h> void UilDumpSymbolTable (root_ptr) sym_entry_type *root_ptr;DESCRIPTIONThe UilDumpSymbolTable function dumps the contents of a UIL symbol table pointer to standard output. Specifies a pointer to the symbol ta- ble root entry. This value can be taken from the parse_tree_root part of the Uil_compile_desc_type data structure returned by Uil. 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: Specifies the hexadecimal address of this entry in the symbol table. Specifies the type of this symbol table entry. Some possible types are root, module, value, procedure, and widget. Specifies data for the symbol table entry. The data varies with the type of the entry. Often it contains pointers to other symbol table entries, or the actual data for the data type. Specifies the end point in the source code for the previous source item. Specifies the range of positions in the source code for this symbol. 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>.SEE ALSOUil(3X) UilDumpSymbolTable(3X)
Related Man Pages |
---|
nm(1) - plan9 |
uil(3) - centos |
ldtbread(3x) - ultrix |
uil(3) - hpux |
uildumpsymboltable(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
no symbol table |
how to view symbol table in unix |
How to make a £ symbol printed from a file? |
Need to add symbol in every end of line. |
To replace '(' and ')' symbol using tr or sed |