DIRECTORY
BcdDefs: TYPE USING [Base, BcdBase, Link, MTIndex, MTRecord, MTNull, NameString],
ConvertUnsafe: TYPE USING [SubString, SubStringToRope],
FileSegment: TYPE USING [Pages, nullPages],
IO: TYPE USING [card, char, CR, Close, Put, PutChar, PutRope, rope, STREAM, TAB],
ListerOps: TYPE USING [],
ListerUtil:
TYPE
USING [
CreateStream, GetTypescript, LoadBcd, LoadModule, MapPages, Message, PutFileID,
SetExtension, SetRoutineSymbols, UnknownModule],
PrincOps: TYPE USING [globalbase],
Rope: TYPE USING [ROPE],
Symbols:
TYPE
USING [
Name, ISEIndex, CSEIndex, CTXIndex, CBTIndex, BitAddress,
nullName, ISENull, CSENull, CTXNull, RootBti, WordLength],
SymbolTable: TYPE USING [Acquire, Base, Release, SetCacheSize],
VM: TYPE USING [AddressForPageNumber, Free, Interval, nullInterval];