DIRECTORY
Alloc: TYPE USING [Notifier],
Basics: TYPE USING [BITAND, BITSHIFT],
BcdDefs: TYPE USING [Link],
Code:
TYPE
USING [
caseCVState, CodeNotImplemented, mwCaseCV, tailJumpOK, warnStackOverflow,
xtracting, xtractlex],
CodeDefs:
TYPE
USING [
Base, BYTE, codeType, Lexeme, NullLex, OpWordCount, StoreOptions,
VarComponent, VarIndex, wordlength],
ComData: TYPE USING [bodyIndex, switches],
FOpCodes:
TYPE
USING [
qADD, qAND, qBNDCK, qDADD, qDB, qDBS, qDDIV, qDIS, qDMOD, qDMUL,
qDSUB, qDUDIV, qDUMOD, qEXDIS, qFADD, qFDIV, qFF, qFLOAT, qFMUL, qFSC,
qFSUB, qLI, qMUL, qNEG, qNILCK, qNILCKL, qREC, qSDIV, qSUB, qUDIV],
Literals: TYPE USING [Base, LTIndex, ltType],
LiteralOps: TYPE USING [WordIndex],
Log: TYPE USING [Warning],
OpCodeParams: TYPE USING [GlobalHB, LocalHB],
P5:
TYPE
USING [
All, BindStmtExp, CaseStmtExp, Construct, FlowExp, GenTempLex,
GetCanonicalType, ListCons, LogHeapFree, MoveToCodeWord, NarrowExp, New, P5Error,
PushLex, RowCons, TTAssign, WriteCodeWord],
P5L:
TYPE
USING [
AddrForVar, AdjustComponent, ComponentForLex, ComponentForSE, CopyLex,
CopyToTemp, EasilyLoadable, FieldOfVarOnly, GenVarItem, LoadBoth,
LoadComponent, LoadVar, MakeComponent, OVarItem, TOSComponent, TOSLex,
VarAlignment, VarForLex, Words],
P5S:
TYPE
USING [
AssignExp, BodyInit, CallExp, Create, DIndex, ErrExp, ExtractExp, ForkExp, Index,
JoinExp, ProcCheck, SeqIndex, SigExp, StartExp, StringInit, SubstExp, SysErrExp],
P5U:
TYPE
USING [
OperandType, Out0, Out1, PushLitVal, RecordConstant,
TreeLiteral, TreeLiteralValue, WordsForOperand, WordsForSei],
PrincOps: TYPE USING [EPRange, wordsPerPage],
Real: TYPE USING [Extended, RealToExtended],
Stack: TYPE USING [Dump, RoomFor],
SymbolOps: TYPE USING [FnField, NormalType, UnderType, WordsForType, XferMode],
Symbols:
TYPE
USING [
Base, BitAddress, bodyType, CBTIndex, CBTNull, ContextLevel,
CSEIndex, ISEIndex, lZ, RecordSEIndex, seType],
Tree: TYPE USING [Base, Index, Link, Null, treeType],
TreeOps: TYPE USING [GetNode, GetSe, NthSon, OpName];