|
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 - downloadIndex: T s
Length: 1019 (0x3fb) Types: TextFile Names: »sector5.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/vt/sector5.h«
/* sector5.h - VTPM: FSM sector 5 definitions */ /* * $Header: /f/osi/vt/RCS/sector5.h,v 7.0 89/11/23 22:31:41 mrose Rel $ * * * $Log: sector5.h,v $ * Revision 7.0 89/11/23 22:31:41 mrose * Release 6.0 * */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ typedef struct expl_ptr { #define NULLCOORD -1 int xval; /* if they don't exist = NULLCOORD */ int yval; int zval; } EXPL_PTR; #define NOBKTOK -1 /* for token in S mode */ typedef struct bkq_content { int token_val; /* 0 initiator, 1 acceptor, 2 accChoice or nobktok */ EXPL_PTR ExplPtr; } BKQ_content; typedef struct bkr_content { int token_val; /* 0 initiator, 1 acceptor or nobktok */ EXPL_PTR ExplPtr; } BKR_content; typedef struct br_cnt { BKQ_content BKQcont; BKR_content BKRcont; EXPL_PTR ExPtr; } BRcnt;