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 p

⟦6853f68c4⟧ TextFile

    Length: 1594 (0x63a)
    Types: TextFile
    Names: »parse.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦653021b30⟧ »EurOpenD3/utils/downtime.tar.Z« 
        └─⟦946c717da⟧ 
            └─⟦this⟧ »parse.h« 

TextFile

/* 
 * Copyright (c) 1988 Michael A. Cooper, University of Southern California.
 * This program may be used, copied, modified, and redistributed freely
 * for noncommercial purposes, so long as this notice remains intact.
 */

/*
 * $Header: parse.h,v 4.1 88/07/05 16:00:49 mcooper Exp $
 *------------------------------------------------------------------
 *
 * $Source: /usr/skat3/src/common/usc/etc/downtime/RCS/parse.h,v $
 * $Revision: 4.1 $
 * $Date: 88/07/05 16:00:49 $
 * $State: Exp $
 *
 *------------------------------------------------------------------
 *
 * Michael A. Cooper
 * Research and Development Group
 * University Computing Services 
 * University of Southern California
 * (mcooper@oberon.USC.EDU)
 *
 *------------------------------------------------------------------
 * $Log:	parse.h,v $
 * Revision 4.1  88/07/05  16:00:49  mcooper
 * Added copyright notice.
 * 
 * Revision 4.0  88/04/20  15:43:52  mcooper
 * Version 4.
 * 
 * Revision 3.1  88/03/01  15:49:02  mcooper
 * Moved procptr to defs.h.
 * 
 * Revision 3.0  87/07/24  14:09:58  mcooper
 * Version 3.
 * 
 * Revision 2.1  87/03/06  16:34:29  mcooper
 * Added On/Off (offdb) FDB.
 * 
 * Revision 2.0  87/02/22  21:24:25  mcooper
 * First version.
 * 
 *------------------------------------------------------------------
 */



extern fdb bdrfdb;
extern fdb tok1fdb;
extern fdb tok2fdb;
extern fdb tok3fdb;
extern fdb tok4fdb;
extern fdb numfdb;
extern fdb cfmfdb;
extern fdb wrdfdb;
extern fdb txtfdb;
extern fdb nonefdb;
extern fdb ynfdb;
extern fdb offdb;

extern char atmbuf[];

fdb *used;
pval val;