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

/freebsd-10.1-release/libexec/talkd/
H A Dtable.c61 #define NIL ((TABLE_ENTRY *)0)
65 typedef struct table_entry TABLE_ENTRY; typedef in typeref:struct:table_entry
70 TABLE_ENTRY *next;
71 TABLE_ENTRY *last;
74 static void delete(TABLE_ENTRY *);
76 static TABLE_ENTRY *table = NIL;
85 TABLE_ENTRY *ptr;
118 TABLE_ENTRY *ptr;
155 TABLE_ENTRY *ptr;
163 ptr = (TABLE_ENTRY *)mallo
[all...]
/freebsd-10.1-release/usr.sbin/mptable/
H A Dmptable.c132 typedef struct TABLE_ENTRY { struct

Completed in 48 milliseconds