Home | History | Annotate | Download | only in talkd

Lines Matching defs:table_entry

63 #define NIL ((TABLE_ENTRY *)0)
67 typedef struct table_entry TABLE_ENTRY;
69 struct table_entry {
72 TABLE_ENTRY *next;
73 TABLE_ENTRY *last;
76 TABLE_ENTRY *table = NIL;
78 static void delete(TABLE_ENTRY *);
87 TABLE_ENTRY *ptr;
120 TABLE_ENTRY *ptr;
157 TABLE_ENTRY *ptr;
165 ptr = (TABLE_ENTRY *)malloc(sizeof(TABLE_ENTRY));
200 TABLE_ENTRY *ptr;
221 delete(TABLE_ENTRY *ptr)