DIRECTORY
Alloc USING [Units],
CompilerUtil USING [],
ConvertUnsafe USING [SubString, ToRope],
LiteralOps USING [StringValue],
MimData USING [base, importCtx, interface, moduleCtx, monitored, objectStamp, outerCtx, stopping, switches, table, textIndex, worstAlignment],
MimosaCopier USING [CopierInit, CopierReset, CreateFileTable, EnterFile, FileProblem, FileVersion, FileVersionMix, FillModule, SearchFileCtx, TableRelocated, UnknownModule],
MimosaEvents USING [Callback, RegisterSet],
MimosaLog USING [ErrorHti, ErrorSei, ErrorTree, WarningTree],
MimP3 USING [BodyList, DeclList, DeclNotify, EnterIdList, Exp, ExpANotify, ExpCNotify, IdInit, IdReset, MakeFrameRecord, MakeIdTable, MakeRefType, mark, MiscNotify, PopCtx, PushCtx, RAttrPop, RPop, Shared, StmtNotify, UType, VRNotify],
MimP3S USING [safety],
MimZones USING [permZone],
OSMiscOps USING [MergeStamps, Stamp, TimeToStamp],
Pass3Attributes USING [TypeNotify],
Rope USING [ROPE],
SourceMap USING [Loc],
SymbolOps USING [DecodeBti, EncodeCard, EncodeTreeIndex, FillCtxSe, FirstCtxSe, LinkMode, MakeCtxSe, MakeNonCtxSe, NameClash, NewCtx, NextSe, own, SearchContext, SubStringForName, UnderType],
Symbols USING [Base, bodyType, BTNull, CBTIndex, CSEIndex, CSENull, CTXIndex, CTXNull, CTXRecord, ctxType, IncludedCTXIndex, ISEIndex, ISENull, lG, MDIndex, mdType, Name, nullName, OwnMdi, RootBti, SERecord, seType, typeANY],
SymLiteralOps USING [Reset],
Target: TYPE MachineParms USING [bitsPerPtr],
Tree USING [Base, Index, Link, Map, Scan, Test, Null, nullIndex, treeType],
TreeOps USING [GetHash, GetNode, GetTag, ListLength, ScanList, SearchList, ToLoc, UpdateList];