Text preview for : Keyboard.mesa_Sep78.pdf part of xerox Keyboard.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_System Keyboard.mesa_Sep78.pdf



Back to : Keyboard.mesa_Sep78.pdf | Home

Keyboard.mesa 2-Sep-78 13:58:17 Page 1



-- Keyboard.Mesa Edited by Sandman on May 12, 1978 9:20 AM
DIRECTORY
ControlDefs: FROM "controldefs" USING [SO, StateVector],
CoreSwapDefs: FROM "coreswapdefs" USING [PuntInfo],
Inl ineDefs: FROM" inl inedefs" USING [BITAND, BITSIIIFT, BITXOR],
KeyDefs: FROM "keydefs" USING [KeyArray, KeyBits, KeyItem, updown],
Mopcodes: FROM "mopcodes" USING [zBRK, zKFCB],
ProcessDefs: FROM "processdefs" USING [Priority],
SDDefs: FROM "sddefs" USING [sFirstStateVector, sInterrupt],
StreamDefs: FROM "streamdefs" USING [
KeyboardHandle, KeyBufChars, StreamHandle];
DEFINITIONS FROM ProcessDefs, InlineDefs, KeyDefs, StreamDefsj
Keyboard: MONITOR LOCKS monitor
EXPORTS KeyDefs SHARES StreamDefs