|
|
1.1 ! root 1: /* mine.h */ ! 2: ! 3: /* ! 4: * $Header: /f/osi/pepsy/RCS/mine.h,v 7.0 90/07/01 19:54:42 mrose Exp $ ! 5: * ! 6: * ! 7: * $Log: mine.h,v $ ! 8: * Revision 7.0 90/07/01 19:54:42 mrose ! 9: * *** empty log message *** ! 10: * ! 11: */ ! 12: ! 13: /* ! 14: * NOTICE ! 15: * ! 16: * Acquisition, use, and distribution of this module and related ! 17: * materials are subject to the restrictions of a license agreement. ! 18: * Consult the Preface in the User's Manual for the full terms of ! 19: * this agreement. ! 20: * ! 21: */ ! 22: ! 23: ! 24: #define TABLESIZE 29 ! 25: ! 26: typedef struct ID_TABLE { ! 27: char *h_value; ! 28: char *r_value; ! 29: int def_bit; ! 30: int def_value; ! 31: int count; ! 32: struct ID_TABLE *next; ! 33: } id_entry; ! 34: ! 35: typedef struct S_TABLE { ! 36: char *name; ! 37: char *type; ! 38: struct S_TABLE *parent; ! 39: char *field; ! 40: int defined; ! 41: struct S_TABLE *next; ! 42: } s_table; ! 43: ! 44: extern id_entry *id_table[]; ! 45: ! 46: extern s_table *head; ! 47: extern char *c_flags();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.