CommandToolPackage.config
Copyright © 1984 by Xerox Corporation. All rights reserved.
Russ Atkinson, October 22, 1984 8:32:10 pm PDT
L. Stewart On January 17, 1984 5:07 pm
Paul Rovner On November 30, 1983 5:24 pm
Swinehart, May 22, 1984 4:13:49 pm PDT
CommandToolPackage: CONFIGURATION LINKS: CODE
IMPORTS
AMFiles, Atom, BasicTime, Booting, Buttons, Commander, CommandExtras, CommandTool, Convert, DFUtilities, EditedStream, FS, FSBackdoor, FSPseudoServers, InputFocus, IO, IOClasses, IOUtils, List, Loader, LoadState, MBQueue, Menus, PrincOpsUtils, PriorityQueue, Process, ProcessExtras, ProcessProps, ReadEvalPrint, Real, RefText, Rope, RopeFrom, RuntimeError, SafeStorage, SystemVersion, TiogaMenuOps, TiogaOps, UserCredentials, UserProfile, VersionMap, VersionMapDefaults, VFonts, ViewerIO, ViewerIOExtras, ViewerOps, ViewerTools, VM, VMStatistics
EXPORTS
CommandTool, CommandToolExtras, FileNames, RopeList
CONTROL
FileNamesImpl,
RopeListImpl,
CommandToolParseImpl,
CommandToolUtilitiesImpl,
InitialCommandsImpl,
FSFileCommandsImpl,
ListCommandImpl,
OpenRCommandsImpl,
PseudoServerCommandsImpl,
CommandsCImpl,
CommandToolImpl
= BEGIN
FileNamesImpl;
RopeListImpl;
CommandToolParseImpl;
CommandToolUtilitiesImpl;
CommandToolImpl;
InitialCommandsImpl;
FSFileCommandsImpl;
ListCommandImpl;
OpenRCommandsImpl;
PseudoServerCommandsImpl;
CommandsCImpl;
END.