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
Defined struct's
sym
defined in line
5; used 10 times
Defined macros
Usage of this include