// SymDefs.Bcpl -- Definitions of all external symbols in top part of OS. // Included some random place in OS just so symbols appear in Sys.Syms // Copyright Xerox Corporation 1979 // Last modified December 9, 1978 7:44 AM by Boggs external [ EnumerateFp fpSysDir fpSysBoot fpDiskDescriptor fpUserCm fpComCm fpRemCm fpExecutive fpSysFont OsBuffer EventVector UserName UserPassword OsFinish OsFinishCode OsVersion OsVersionCompatible OsFinishSafeAdr SerialNumber lvUserFinishProc SysErr CounterJunta CallSwat lvAbortFlag lvSwatContextProc OutLd InLd BootFrom DiskIOSetup DiskIOTransfer UpdateTimer lvParitySweepCount LastLdCB juntaTable AltoVersion ErrorLogAddress lvParityPhantomEnable sysFontHeight sysDisplayLines sysFontSize StackOverflow LevBcpl LevFilePointers LevBuffer LevBasic SwatTrap SwatInterrupt ParityInterrupt OutLdContu ClockSecond pTopStatics ] //--------------------------------------------------------------------------- let NeverExecuted() be //--------------------------------------------------------------------------- [ let a = nil a = EnumerateFp a = fpSysDir a = fpSysBoot a = fpDiskDescriptor a = fpUserCm a = fpComCm a = fpRemCm a = fpExecutive a = fpSysFont a = OsBuffer a = EventVector a = UserName a = UserPassword a = OsFinish a = OsFinishCode a = OsVersion a = OsVersionCompatible a = OsFinishSafeAdr a = SerialNumber a = lvUserFinishProc a = SysErr a = CounterJunta a = CallSwat a = lvAbortFlag a = lvSwatContextProc a = OutLd a = InLd a = BootFrom a = DiskIOSetup a = DiskIOTransfer a = UpdateTimer a = lvParitySweepCount a = LastLdCB a = juntaTable a = AltoVersion a = ErrorLogAddress a = lvParityPhantomEnable a = sysFontHeight a = sysDisplayLines a = sysFontSize a = StackOverflow a = LevBcpl a = LevFilePointers a = LevBuffer a = LevBasic a = SwatTrap a = SwatInterrupt a = ParityInterrupt a = OutLdContu a = ClockSecond a = pTopStatics ]