DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T u

⟦7ae7c660d⟧ TextFile

    Length: 651 (0x28b)
    Types: TextFile
    Names: »unixio.def«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/crt-viewers/others/dvitovdu/src/unixio.def« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/crt-viewers/others/dvitovdu/src/unixio.def« 

TextFile

DEFINITION MODULE unixio;

(* Alex Dickinson                                                         *)
(* Definition module for some unix ioctl calls. These external procedures *)
(* refer to the C functions contained in unixio.c.                        *)

EXPORT QUALIFIED
   savetty, restoretty,
   singlecharon, singlecharoff, echoon, echooff,
   buffercount, suspend;

PROCEDURE @EXTERNAL savetty;
PROCEDURE @EXTERNAL restoretty;
PROCEDURE @EXTERNAL singlecharon;
PROCEDURE @EXTERNAL singlecharoff;
PROCEDURE @EXTERNAL echoon;
PROCEDURE @EXTERNAL echooff;
PROCEDURE @EXTERNAL buffercount() : INTEGER;
PROCEDURE @EXTERNAL suspend();

END unixio.