Scm_HashIterInit 4784 src/extlib.c     Scm_HashIterInit(hash, iter);
Scm_HashIterInit 1781 src/gauche.h   SCM_EXTERN void Scm_HashIterInit(ScmHashTable *hash, ScmHashIter *iter);
Scm_HashIterInit  722 src/hash.c         Scm_HashIterInit(table, &iter);
Scm_HashIterInit  735 src/hash.c         Scm_HashIterInit(table, &iter);
Scm_HashIterInit  794 src/hash.c             Scm_HashIterInit(ht, &iter);
Scm_HashIterInit  420 src/module.c           Scm_HashIterInit(module->table, &iter);
Scm_HashIterInit  498 src/module.c       Scm_HashIterInit(modules.table, &iter);