Searched refs:TABLE_ENTRY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtable.c61 typedef struct table_entry TABLE_ENTRY; typedef in typeref:struct:table_entry
66 TABLE_ENTRY *next;
67 TABLE_ENTRY *last;
71 static TABLE_ENTRY *table = NULL;
73 static void delete(TABLE_ENTRY *ptr);
83 TABLE_ENTRY *ptr;
84 TABLE_ENTRY *prevp;
134 TABLE_ENTRY *ptr;
135 TABLE_ENTRY *prevp;
189 TABLE_ENTRY *pt
[all...]

Completed in 201 milliseconds