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



Back to : Directory.mesa_Sep78.pdf | Home

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


-- Directory.Mesa Edited by Sandman on May 12, 1978 2:06 PM
DIRECTORY
AltoDefs: FROM "altodefs" USING [BytesPerWord],
AltoFileDefs: FROM "altofiledefs" USING [
DEfile, DEfree, DirFP, DV, FilenameChars, FP],
BFSDefs: FROM "bfsdefs" USING [CreateFile, MakeCFP, MakeFP],
DirectoryDefs: FROM "directorydefs",
SegmentDefs: FROM "segmentdefs" USING [FileHandla, InsertFile, LockFile],
StreamDefs: FROM "streamdefs" USING [
AccessOptions, Append, CreateWordStream, GetIndex, NormalizeIndex, Read,
ReadBlock, SetIndex, StreamHalldle, StreamIndex, Write, WritaBlock],
StringDefs: FROM "stringdefs" USING [
AppendChar, AppendString, bcplSTRING, BcplToMasaString, EquivalantString,
MesaToBcplString, WordsForBcplString];
DEFINIrIONS FROM SegmentDefs, StringDefs, AltoFileDefs, StraamDefs;
Directory: PROGRAM
IMPORTS BFSDefs, SegmentDefs, StreamDefs, StringDefs EXPORTS DirectoryDefs = BEGIN
FPptr: TYPE