|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 2265 (0x8d9)
Types: TextFile
Names: »V«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13
└─⟦124ff5788⟧ »DATA«
└─⟦this⟧
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
└─⟦6f12a12be⟧ »DATA«
└─⟦this⟧
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
└─⟦d65440be7⟧ »DATA«
└─⟦this⟧
-- Copyright (c) 1990 Meridian Software Systems, Inc. --
with System;
with Mac_Types;
use Mac_Types;
package Paslibintf is
type Pascalpointer is access Mac_Types.Integer;
subtype Pascalfile is System.Address;
subtype Text is System.Address;
type Varpascalfile is access Pascalfile;
Iofbf : constant := 16#00#;
Iolbf : constant := 16#40#;
Ionbf : constant := 16#04#;
procedure Plheapinit (Sizepheap : Longint;
Heapdelta : Longint;
Memerrproc : Pascalpointer;
Allownoncont : Boolean;
Fordispose : Boolean);
pragma Interface (Mpwpascal, Plheapinit, "PLHEAPINIT");
procedure Plinitheap (Sizepheap : Longint;
Memerrproc : Pascalpointer;
Allownoncont : Boolean;
Allowdispose : Boolean);
pragma Interface (Mpwpascal, Plinitheap, "PLINITHEAP");
procedure Plsetnoncont (Allownoncont : Boolean);
pragma Interface (Mpwpascal, Plsetnoncont, "PLSETNONCONT");
procedure Plsetmerrproc (Memerrproc : Pascalpointer);
pragma Interface (Mpwpascal, Plsetmerrproc, "PLSETMERRPROC");
procedure Plsetheaptype (Fordispose : Boolean);
pragma Interface (Mpwpascal, Plsetheaptype, "PLSETHEAPTYPE");
procedure Plsetheapcheck (Doit : Boolean);
pragma Interface (Mpwpascal, Plsetheapcheck, "PLSETHEAPCHECK");
procedure Plsetvbuf (Fvar : in out Text;
Buffer : Pascalpointer;
Style : Mac_Types.Integer;
Bufsize : Mac_Types.Integer);
pragma Interface (Mpwpascal, Plsetvbuf, "PLSETVBUF");
function Plfilepos (Fvar : Varpascalfile) return Longint;
pragma Interface (Mpwpascal, Plfilepos, "PLFILEPOS");
procedure Plflush (Fvar : in out Text);
pragma Interface (Mpwpascal, Plflush, "PLFLUSH");
procedure Plcrunch (Fvar : in out Pascalfile);
pragma Interface (Mpwpascal, Plcrunch, "PLCRUNCH");
procedure Plpurge (Fname : Str255);
pragma Interface (Mpwpascal, Plpurge, "PLPURGE");
procedure Plrename (Oldfname, Newfname : Str255);
pragma Interface (Mpwpascal, Plrename, "PLRENAME");
end Paslibintf;