Searched refs:next_list (Results 1 – 5 of 5) sorted by relevance
319 for (l = first_list(); l != NULL; l = next_list()) { in sort_buckets()351 for (list = first_list(); list != NULL; list = next_list()) { in add_local()449 for (i = 0, l = first_list(); l != NULL; l = next_list(), ++i) { in print_all_buckets()579 next_list(void) in next_list() function
71 extern bucket_t *next_list(void);
863 for (l = first_list(); l != NULL; l = next_list()) { in writemapfile()
88 sdp_list_t *next_list; in sdp_free_list() local91 next_list = list->next; in sdp_free_list()95 list = next_list; in sdp_free_list()
242 scn_list_t *next_list; in free_scn_list() local248 next_list = list->next; in free_scn_list()251 list = next_list; in free_scn_list()