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