(* Copyright (C) 1992, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) (* File: Unit.i3 *) (* Last modified on Mon Jun 29 16:06:42 PDT 1992 by kalsow *) INTERFACE Unit; IMPORT String, Rd; PROCEDURE PushDir (name : TEXT); (* prepend the directory 'name' to the search path *) PROCEDURE PushTable (name: TEXT); (* prepend the search table in the file 'name' *) PROCEDURE Open (name : String.T; interface : BOOLEAN; generic : BOOLEAN; VAR(*OUT*) filename : String.T): Rd.T; END Unit.