strhash_next 131 htags/incop.c struct sh_entry *entry = strhash_next(head_inc); strhash_next 688 libutil/gtagsop.c for (entry = strhash_first(gtop->path_hash); entry != NULL; entry = strhash_next(gtop->path_hash)) strhash_next 824 libutil/gtagsop.c for (entry = strhash_first(gtop->path_hash); entry; entry = strhash_next(gtop->path_hash)) { strhash_next 158 libutil/strhash.c return strhash_next(sh); strhash_next 49 libutil/strhash.h struct sh_entry *strhash_next(STRHASH *);