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

/freebsd-13-stable/libexec/talkd/
H A Dtable.c63 #define NIL ((TABLE_ENTRY *)0)
67 typedef struct table_entry TABLE_ENTRY; typedef in typeref:struct:table_entry
72 TABLE_ENTRY *next;
73 TABLE_ENTRY *last;
76 static void delete(TABLE_ENTRY *);
78 static TABLE_ENTRY *table = NIL;
87 TABLE_ENTRY *ptr, *next;
121 TABLE_ENTRY *ptr, *next;
159 TABLE_ENTRY *ptr;
167 ptr = (TABLE_ENTRY *)mallo
[all...]
/freebsd-13-stable/lib/libsysdecode/
H A Dflags.c87 #define TABLE_ENTRY X macro
93 #undef TABLE_ENTRY macro

Completed in 45 milliseconds