Home
last modified time | relevance | path

Searched refs:first_from_list (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.h74 extern bucket_t *first_from_list(const bucket_t *);
H A Dbucket.c323 for (b = first_from_list(l); b != NULL; b = next_from_list()) { in sort_buckets()
453 for (j = 0, b = first_from_list(l); in print_all_buckets()
592 first_from_list(const bucket_t *l) in first_from_list() function
H A Dxlator.c868 for (b = first_from_list(l); b != NULL; b = next_from_list()) { in writemapfile()