DIRECTORY
Alloc USING [AddNotify, Base, DropNotify, Handle, Index, Notifier, Top],
MobDefs USING [Link, VersionStamp],
CompilerUtil USING [AcquireStream, ReleaseStream],
ConvertUnsafe USING [SubString, ToRope],
IO USING [Put1, PutChar, PutF1, PutRope, STREAM],
Literals USING [Base, LitDescriptor, LitClass, LTIndex, ltType],
LiteralOps USING [DescriptorValue, IsShort, MasterString, StringValue, Value, ValueBits, ValueInt, ValueReal],
MessageTab USING [ModePrintName, NodePrintName, TypePrintName],
MimData USING [wordAlignment],
Rope USING [ROPE],
Symbols USING [Base, BitAddress, bodyType, BTIndex, CSEIndex, CTXFirst, CTXIndex, CTXNull, CTXRecord, ctxType, ISEIndex, lG, lZ, mdType, Name, nullName, RootBti, SEIndex, SENull, SERecord, seType, TransferMode, TypeClass, typeTYPE],
SymbolOps USING [CtxLevel, DecodeBitAddr, DecodeCard, DecodeInt, DecodeLink, DecodeType, EnumerateBodies, FindExtension, NameForSe, NextSe, own, SubStringForName, TypeLink, XferMode],
Table USING [IndexRep],
Target: TYPE MachineParms USING [bitOrder, bitsPerByte, bitsPerLongWord],
Tree USING [Base, Index, Link, NodeName, Scan, nullIndex, nullInfo, treeType],
TreeOps USING [GetNode, GetTag, ScanSons];