Last Edited by: teitelman, April 20, 1983 8:40 pm
UserExecutive: CONFIGURATION LINKS: CODE
IMPORTS
AMBridge, AMEvents, AMModel, AMTypes, Atom, BBAction, BBBreak, BBContext, BBEval, BBFocus, BBInterp, BBNub, BBObjectLocation, BBSafety, BBVForUserExec, BBVOps, Buttons, CedarSnapshot, CedarVersion, CIFS, Commander, CommandProcOps, Convert, ConvertUnsafe, DeskTops, Directory, Exec, File, FileIO, FileStream, Heap, IconManager, Icons, InputFocus, IO, IOExtras, -- IOMisc, -- List, Loader, Menus, MessageWindow, PilotSwitches, PPUtil, PrintTV, Process, ProcessProps, Resource, Rope, RopeInline, RTFiles, RTMiniModel, RTProcess, RTTypesBasic, RTTypesRemotePrivate, Runtime, SafeStorage, ShowTime, Spell, SymTab, System, TemporarySpecialExecOps, Time, TiogaExtraOps, TiogaMenuOps, TiogaOps, Transaction, TTYIO, TypeScript, UnsafeStorage, UserCredentials, UserExec, UserExecExtras, UserExecPrivate, UserProfile, VersionMapOps, VFonts, ViewerAbort, ViewerEvents, ViewerIO, ViewerOps, ViewerTools, WindowManager, WorldVM
EXPORTS
Exec, ExecOps, Generator, Spell, UserExec, UserExecExtras, UserExecPrivate, AMExtras, CommandProcOps, IOMisc
CONTROL
IOMiscImpl, -- work around to avoid building a new boot file
CommandProcOpsImpl,
BasicUserExecImpl,
SpellPackage,
UserExecImpl,
UserExecLogImpl,
ExecImpl,
UserExecUtilImpl,
UserExecRegCmdsImpl,
UserExecInterpImpl,
UserExecMiscImpl,
AMExtrasImpl,
DwimImpl,
UserExecMethodsImpl,
UserExecOpsImpl,
ViewerExecOpsImpl,
HistoryImpl,
UserExecConfirmImpl,
BBVExtrasImpl,
ActionAreasImpl,
ActionAreasOpsImpl,
StartUserExec
= BEGIN
IOMiscImpl; -- work around
CommandProcOpsImpl;
BasicUserExecImpl;
UserExecImpl;
UserExecLogImpl;
ExecImpl;
UserExecUtilImpl;
UserExecRegCmdsImpl;
UserExecInterpImpl;
UserExecMiscImpl;
AMExtrasImpl;
DwimImpl;
UserExecMethodsImpl;
UserExecOpsImpl;
HistoryImpl;
SpellPackage;
ViewerExecOpsImpl LINKS: FRAME;
UserExecConfirmImpl;
BBVExtrasImpl;
ActionAreasImpl;
ActionAreasOpsImpl;
StartUserExec;
END..