TABLE_ENTRY
TABLE_ENTRY *ptr, *next;
TABLE_ENTRY *ptr;
ptr = (TABLE_ENTRY *)malloc(sizeof(TABLE_ENTRY));
TABLE_ENTRY *ptr;
delete(TABLE_ENTRY *ptr)
#define NIL ((TABLE_ENTRY *)0)
TABLE_ENTRY *next;
TABLE_ENTRY *last;
static void delete(TABLE_ENTRY *);
static TABLE_ENTRY *table = NIL;
TABLE_ENTRY *ptr, *next;