Service Manuals, User Guides, Schematic Diagrams or docs for : xerox mesa 4.0_1978 listing Mesa_4_Debug DebugFTP.mesa_Sep78

<< Back | Home

Most service manuals and schematics are PDF files, so You will need Adobre Acrobat Reader to view : Acrobat Download Some of the files are DjVu format. Readers and resources available here : DjVu Resources
For the compressed files, most common are zip and rar. Please, extract files with Your favorite compression software ( WinZip, WinRAR ... ) before viewing. If a document has multiple parts, You should download all, before extracting.
Good luck. Repair on Your own risk. Make sure You know what You are doing.




Image preview - the first page of the document
DebugFTP.mesa_Sep78


>> Download DebugFTP.mesa_Sep78 documenatation <<

Text preview - extract from the document
DebugFTP.mesa                             2-Sep-78 15:32:14                             Page   1



   DebugFTP.Mesa;
   Edited by:
              Sandman on April 24, 1978 10:25 AM
              Barbara on June 20, 1978 9:52 AM
DIRECTORY
  A1toFileDefs: FROM "a1tofi1edefs" USING [FP],
  CommandDefs: FROM "commanddefs" USING [
     FTPCode, WriteFTPString, WriteIDString],
  Contro1Defs: FROM "controldefs",
  DebugFTPDefs: FROM "debugftpdefs" USING [Fetchlland1e].
  DebugMiscDefs: FROM "debugmiscdefs" USING [
    CommandAbort, confirm, WriteCharZ, WriteEOL],
  DebugSymbo1Defs: FROM "debugsymbo1defs" USING [DC1eanSymbo1Items],
  DebugUti1ityDefs: FROM "debugutilitydefs" USING [InvalidateFileCache],
  DirectoryDefs: FROM "directorydefs" USING [EnumerateDirectory],
  DiskKDDefs: FROM "diskkddefs" USING [CountFreeDiskPages],
  IODefs: FROM "iodefs" USING [
    CR, NUL, ReadChar, ReadID, Rubout, WriteChar, WriteDecimal, WriteString],
  SegmentDefs: FROM "segmentdefs" USING [
    Defau1tAccess, DestroyFile, Fi1eError, InsertFi1e],
  StringDefs: FROM "stringdefs" USING [AppendString, EquivalentString],
  SystemDefs: FROM "systemdefs" USING [
    Al1ocateHeapNode, AllocateHeapString, FreeHeapString];
DebugFTP: PROGRAM
IMPORTS CommandDefs, DebugMiscDefs, DebugSymbolDefs, DebugUti1ityDefs,
  DirectoryDefs, DiskKDDefs, IODefs, SegmentDefs, StringDefs, SystemDefs
EXPORTS DebugFTPDefs ..
BEGIN
CR: CHARACTER = IODefs.CR;
NUL: CHARACTER c IODefs.NUL;
FTPData: TYPE = RECORD [
  fetch: DebugFTPDefs.FetchHandle,
  hostname, directoryname, filename: STRING];
ftp: POINTER TO FTPData        ~   NIL;
AddFetch: PUBLIC PROCEDURE[f: DebugFTPDefs.FetchHand1e] ..
  BEGIN
  IF ftp = NIL THEN
    BEGIN OPEN SystemDefs;
    ftp ~ Al1ocateHeapNode[SIZE[FTPData]];
    ftp.hostname ~ A1locateHeapString[40];
    ftp.directoryname .. A1locatelieapString[40];
    ftp.filename ~ AllocateHeapString[80];
    END;
  ftp.fetch ~ f;
  RETURN
  END;
Cal1FTP: PUBLIC PROCEDURE



◦ Jabse Service Manual Search 2024 ◦ Jabse PravopisonTap.bg ◦ Other service manual resources online : FixyaeServiceinfo