Lines Matching refs:NIL
63 #define NIL ((TABLE_ENTRY *)0) macro
76 TABLE_ENTRY *table = NIL;
94 for (ptr = table; ptr != NIL; ptr = ptr->next) { in find_match()
131 for (ptr = table; ptr != NIL; ptr = ptr->next) { in find_request()
166 if (ptr == NIL) { in insert_table()
173 if (ptr->next != NIL) in insert_table()
175 ptr->last = NIL; in insert_table()
204 for (ptr = table; ptr != NIL; ptr = ptr->next) { in delete_invite()
210 if (ptr != NIL) { in delete_invite()
228 else if (ptr->last != NIL) in delete()
230 if (ptr->next != NIL) in delete()