home *** CD-ROM | disk | FTP | other *** search
- /* $Header: E:\SRC\UUPC\RN\RCS/BACKPAGE.H 1.1 1992/11/21 06:14:58 ahd Exp $
- *
- * $Log: BACKPAGE.H $
- * Revision 1.1 1992/11/21 06:14:58 ahd
- * Initial
- *
- *
- * Rev 1.0 18 Nov 1990 0:22:50
- * Initial revision.
- * 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();
-