FORM
4.2.1
|
#include <structs.h>
Data Fields | |
NAMENODE * | namenode |
UBYTE * | namebuffer |
LONG | nodesize |
LONG | nodefill |
LONG | namesize |
LONG | namefill |
LONG | oldnamefill |
LONG | oldnodefill |
LONG | globalnamefill |
LONG | globalnodefill |
LONG | clearnamefill |
LONG | clearnodefill |
WORD | headnode |
A struct of type NAMETREE controls a complete (balanced) tree of names for the compiler. The compiler maintains several of such trees and the system has been set up in such a way that one could define more of them if we ever want to work with local name spaces.
NAMENODE* namenode |
UBYTE* namebuffer |
LONG namesize |
Allocation size of namebuffer in bytes.
LONG globalnamefill |
LONG globalnodefill |
Same usage as globalnamefill, but for nodefill.
LONG clearnamefill |
LONG clearnodefill |
WORD headnode |