Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.h73 extern bucket_t *next_from_list(void);
H A Dbucket.c321 for (b = first_from_list(l); b != NULL; b = next_from_list()) { in sort_buckets()
452 b != NULL; b = next_from_list(), ++j) { in print_all_buckets()
596 next_from_list(void) in next_from_list() function
H A Dxlator.c865 for (b = first_from_list(l); b != NULL; b = next_from_list()) { in writemapfile()