Lines Matching defs:NULL
49 #ifndef NULL
50 #define NULL 0
72 * calls return NULL.
92 hashtblptr = NULL; /* Disallow zero-length tables */
94 return hashtblptr; /* NULL if failure */
102 * hashing scheme). Does nothing if the passed pointer is NULL.
122 * memory and resets all bucket pointers to NULL.
134 *bucketptr++ = NULL;
247 hash_member *previous = NULL;
264 memberptr->next = NULL;
284 tempptr->next = NULL;
302 * NULL is returned.
318 return NULL;
364 return NULL;