|
|
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: 2187 (0x88b)
Types: TextFile
Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
└─⟦d65440be7⟧ »DATA«
└─⟦this⟧
with Tstring;
with Misc_Defs;
package Sym is
use Tstring;
use Misc_Defs;
procedure Addsym (Sym, Str_Def : in Vstring;
Int_Def : in Integer;
Table : in out Hash_Table;
Table_Size : in Integer;
Result : out Boolean);
-- result indicates success
procedure Cclinstal (Ccltxt : in Vstring; Cclnum : in Integer);
function Ccllookup (Ccltxt : in Vstring) return Integer;
function Findsym (Symbol : in Vstring;
Table : in Hash_Table;
Table_Size : in Integer) return Hash_Link;
function Hashfunct
(Str : in Vstring; Hash_Size : in Integer) return Integer;
procedure Ndinstal (Nd, Def : in Vstring);
function Ndlookup (Nd : in Vstring) return Vstring;
procedure Scinstal (Str : in Vstring; Xcluflg : in Boolean);
function Sclookup (Str : in Vstring) return Integer;
end Sym;
-- Copyright (c) 1990 Regents of the University of California.
-- All rights reserved.
--
-- This software was developed by John Self of the Arcadia project
-- at the University of California, Irvine.
--
-- Redistribution and use in source and binary forms are permitted
-- provided that the above copyright notice and this paragraph are
-- duplicated in all such forms and that any documentation,
-- advertising materials, and other materials related to such
-- distribution and use acknowledge that the software was developed
-- by the University of California, Irvine. The name of the
-- University may not be used to endorse or promote products derived
-- from this software without specific prior written permission.
-- THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-- WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-- TITLE table compression routines
-- AUTHOR: John Self (UCI)
-- DESCRIPTION used for compressed tables only
-- NOTES somewhat complicated but works fast and generates efficient scanners
-- $Header: /co/ua/self/arcadia/aflex/ada/src/RCS/tblcmpB.a,v 1.8 90/01/12 15:20:43 self Exp Locker: self $