1: #ifdef MAIN
   2: static char h_rcsid[] = "$Header: hyr_sym.h,v 2.3 84/01/29 18:25:05 steveg Exp $$Locker:  $";
   3: #endif
   4: 
   5: struct sym {
   6:     int sym_flags;
   7:     char    sym_name[32];
   8:     char    sym_nickname[32];
   9:     long    sym_lastok;
  10:     struct in_addr  sym_inaddr;
  11:     unsigned short  sym_dst;
  12:     unsigned short  sym_ctl;
  13:     unsigned short  sym_access;
  14:     unsigned short  sym_ngate;
  15:     struct sym  *sym_next;
  16:     struct sym  *sym_gate[32];
  17: };
  18: 
  19: #define HS_DIR      0x01
  20: #define HS_INDIR    0x02
  21: #define HS_GATE     0x04
  22: #define HS_LOOP     0x08
  23: #define HS_RLOOP    0x10
  24: 
  25:     extern struct sym *curgate;
  26:     extern struct sym *sym_head;
  27:     extern int lex_error;

Defined variables

h_rcsid defined in line 2; never used

Defined struct's

sym defined in line 5; used 10 times

Defined macros

HS_DIR defined in line 19; used 1 times
HS_GATE defined in line 21; never used
HS_INDIR defined in line 20; used 1 times
HS_LOOP defined in line 22; used 1 times
HS_RLOOP defined in line 23; used 1 times

Usage of this include

Last modified: 1984-05-11
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 798
Valid CSS Valid XHTML 1.0 Strict