|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 512 (0x200) Types: TextFile Names: »backpage.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/rn/backpage.h« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦97f3ac3f8⟧ »EurOpenD3/news/rn.tar.Z« └─⟦df9cf1b54⟧ └─⟦this⟧ »backpage.h«
/* $Header: backpage.h,v 4.3 85/05/01 11:36:11 lwall Exp $ * * $Log: backpage.h,v $ * Revision 4.3 85/05/01 11:36:11 lwall * Baseline for release with 4.3bsd. * */ /* things for doing the 'back page' command */ EXT int varyfd INIT(0); /* virtual array file for storing */ /* file offsets */ EXT ART_POS varybuf[VARYSIZE]; /* current window onto virtual array */ EXT long oldoffset INIT(-1); /* offset to block currently in window */ void backpage_init(); ART_POS vrdary(); void vwtary();