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