Searched refs:first_list (Results 1 – 4 of 4) sorted by relevance
63 static elem_list first_list; variable429 if ((first_list.type != second_list.type) && in check_second_vs_first()453 (first_list.type != PROTODIR_LIST)) { in check_second_vs_first()460 e = find_elem_isa(&first_list, cur, in check_second_vs_first()464 first_list.type - in check_second_vs_first()483 for (i = 0; i < first_list.num_of_buckets; i++) { in check_first_vs_second()484 for (cur = first_list.list[i]; cur; cur = cur->next) { in check_first_vs_second()485 if ((first_list.type != second_list.type) && in check_first_vs_second()510 if (!e && (first_list.type == PROTODIR_LIST) && in check_first_vs_second()520 if (!e && (first_list.type != PROTODIR_LIST) && in check_first_vs_second()[all …]
321 for (l = first_list(); l != NULL; l = next_list()) { in sort_buckets()353 for (list = first_list(); list != NULL; list = next_list()) { in add_local()451 for (i = 0, l = first_list(); l != NULL; l = next_list(), ++i) { in print_all_buckets()574 first_list(void) in first_list() function
72 extern bucket_t *first_list(void);
866 for (l = first_list(); l != NULL; l = next_list()) { in writemapfile()