Text preview for : WEMain.mesa_Sep78.pdf part of xerox WEMain.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_Debug WEMain.mesa_Sep78.pdf



Back to : WEMain.mesa_Sep78.pdf | Home

WEMain.mesa 2-Sep-78 15:32:14 Page 1



--File: WEMain.mesa
--Edited by:
Barbara July 18, 1978 9:49 AM
Sandman May 4, 1978 9:32 AM
DIRECTORY
AltoDefs: FROM "altodefs" USING [BytesPerPage],
DebugMiscDefs: FROM "debugmiscdefs" USING [DubugAbort, DebugProceed],
InlineDefs: FROM "inlinedefs" USING [BITOR, BITXOR],
IODefs: FROM "iodefs" USING [BS, CR, DEL, ESC],
KeyDefs: FROM "keydefs" USING [Keys, Mouse],
OsStaticDefs: FROM "osstaticdefs" USING [OsStatics],
ProcessDefs: FROM "processdefs" USING [Aborted, Yield],
RectangleDefs: FROM "rectangledefs" USING [
ClearBoxlnRectangle, CursorToRecCoords, GrayArray, GrayPtr, leftmargin,
Rptr, xCoord, yCoord],
SegmentDefs: FROM "segmentdefs" USING [FileNameError, InvalidFP],
StreamDefs: FROM "streamdefs" USING [ "
DisplayHandle, GetCurrentKey, GetIndex, KeyboardBandle, OpenKeyStream,
StreamError, StreamIndex],
WindExDefs: FROM "windexdefs" USING [
AMouseButton, CursorArray, cursormap, CursorType, JumpStrip, KeySet,
LMult, maxscratch, NullIndex, ReadEditChar, Shorten, slop, WEDataHandle,
xcursorloc, ycursorloc],
WindowDefs: FROM