-- file: PLtoTFVars2.mesa -- Pascal-to-Mesa translator output, translated at September 23, 1986 1:41:45 pm PDT DIRECTORY PascalBasic, PascalWizardFiles, PLtoTFPrivate; PLtoTFVars2: PROGRAM IMPORTS PascalBasic EXPORTS PLtoTFPrivate = PUBLIC BEGIN OPEN PascalBasic, PascalWizardFiles, PLtoTFPrivate; --:21----23: LeftLn: PascalBoolean; RightLn: PascalBoolean; Limit: PascalInteger[0..BufSize]; Loc: PascalInteger[0..BufSize]; Buffer: LONG POINTER TO ARRAY PascalInteger[1..60] OF PascalChar _ PascalStaticZone.NEW[ARRAY PascalInteger[1..60] OF PascalChar]; InputHasEnded: PascalBoolean; --:23----25: CharsOnLine: PascalInteger[0..8]; --:25----30:-- CurChar: AsciiCode; --:30----36: Start: LONG POINTER TO ARRAY PascalInteger[1..66] OF PascalInteger[0..500] _ PascalStaticZone.NEW[ARRAY PascalInteger[1..66] OF PascalInteger[0..500]]; Dictionary: LONG POINTER TO ARRAY PascalInteger[0..500] OF AsciiCode _ PascalStaticZone.NEW[ARRAY PascalInteger[0..500] OF AsciiCode]; StartPtr: PascalInteger[0..66]; DictPtr: PascalInteger[0..500]; --:36----38: CurName: LONG POINTER TO ARRAY PascalInteger[1..20] OF AsciiCode _ PascalStaticZone.NEW[ARRAY PascalInteger[1..20] OF AsciiCode]; NameLength: PascalInteger[0..20]; NamePtr: PascalInteger[0..66]; --:38----39:--Hash: LONG POINTER TO ARRAY PascalInteger[0..100] OF PascalInteger[0..66] _ PascalStaticZone.NEW[ARRAY PascalInteger[0..100] OF PascalInteger[0..66]]; CurHash: PascalInteger[0..100]; --:39----44: Equiv: LONG POINTER TO ARRAY PascalInteger[0..66] OF Byte _ PascalStaticZone.NEW[ARRAY PascalInteger[0..66] OF Byte]; CurCode: Byte; --:44----58:-- CurBytes: FourBytes; --:58----65:--FractionDigits: LONG POINTER TO ARRAY PascalInteger[1..7] OF PascalInteger _ PascalStaticZone.NEW[ARRAY PascalInteger[1..7] OF PascalInteger]; --:65----67: HeaderBytes: LONG POINTER TO ARRAY HeaderIndex OF Byte _ PascalStaticZone.NEW[ARRAY HeaderIndex OF Byte]; HeaderPtr: HeaderIndex; DesignSize: FixWord; DesignUnits: FixWord; SevenBitSafeFlag: PascalBoolean; LigKern: LONG POINTER TO ARRAY PascalInteger[0..511] OF FourBytes _ PascalStaticZone.NEW[ARRAY PascalInteger[0..511] OF FourBytes]; Nl: PascalInteger[0..511]; UnusedLabel: PascalBoolean; Kern: LONG POINTER TO ARRAY PascalInteger[0..256] OF FixWord _ PascalStaticZone.NEW[ARRAY PascalInteger[0..256] OF FixWord]; Nk: PascalInteger[0..256]; Exten: LONG POINTER TO ARRAY PascalInteger[0..255] OF FourBytes _ PascalStaticZone.NEW[ARRAY PascalInteger[0..255] OF FourBytes]; Ne: PascalInteger[0..256]; Param: LONG POINTER TO ARRAY PascalInteger[1..30] OF FixWord _ PascalStaticZone.NEW[ARRAY PascalInteger[1..30] OF FixWord]; Np: PascalInteger[0..MaxParamWords]; CheckSumSpecified: PascalBoolean; --:67----72:--Memory: LONG POINTER TO ARRAY Pointer OF FixWord _ PascalStaticZone.NEW[ARRAY Pointer OF FixWord]; MemPtr: Pointer; Link: LONG POINTER TO ARRAY Pointer OF Pointer _ PascalStaticZone.NEW[ARRAY Pointer OF Pointer]; CharWd: LONG POINTER TO ARRAY Byte OF Pointer _ PascalStaticZone.NEW[ARRAY Byte OF Pointer]; CharHt: LONG POINTER TO ARRAY Byte OF Pointer _ PascalStaticZone.NEW[ARRAY Byte OF Pointer]; CharDp: LONG POINTER TO ARRAY Byte OF Pointer _ PascalStaticZone.NEW[ARRAY Byte OF Pointer]; CharIc: LONG POINTER TO ARRAY Byte OF Pointer _ PascalStaticZone.NEW[ARRAY Byte OF Pointer]; CharTag: LONG POINTER TO ARRAY Byte OF PascalInteger[0..3] _ PascalStaticZone.NEW[ARRAY Byte OF PascalInteger[0..3]]; CharRemainder: LONG POINTER TO ARRAY Byte OF PascalInteger[0..255] _ PascalStaticZone.NEW[ARRAY Byte OF PascalInteger[0..255]]; --:72 --76:-- NextD: FixWord; --:76----79:--Index: LONG POINTER TO ARRAY Pointer OF Byte _ PascalStaticZone.NEW[ARRAY Pointer OF Byte]; --:79----81: C: Byte; --:81----99:-- KrnPtr: PascalInteger[0..256]; --:99----108:-- SevenUnsafe: PascalBoolean; --:108 --112:-- LigPtr: PascalInteger[0..511]; --:112----117:-- Delta: FixWord; --:117----121:-- Bc: Byte; Ec: Byte; Lh: Byte; Lf: PascalInteger[0..32767]; NotFound: PascalBoolean; TempWidth: FixWord; --:121 --124:-- J: PascalInteger[0..MaxHeaderBytes]; P: Pointer; Q: PascalInteger[1..4]; ParPtr: PascalInteger[0..MaxParamWords]; --:124----138:-- Output: Text; END.