SCM_HASH_STRING  4439 src/extlib.c     else if (SCM_EQ(SCM_OBJ(type), sym_string_eq)) return SCM_HASH_STRING;
SCM_HASH_STRING  4500 src/extlib.c      case SCM_HASH_STRING:  SCM_RETURN(sym_string_eq);
SCM_HASH_STRING  1717 src/gauche.h       SCM_HASH_STRING,
SCM_HASH_STRING   560 src/hash.c         case SCM_HASH_STRING:
SCM_HASH_STRING   561 src/hash.c             return make_hash_table(SCM_CLASS_HASH_TABLE, SCM_HASH_STRING,
SCM_HASH_STRING   612 src/hash.c         } else if (hashfn == (ScmHashProc)SCM_HASH_STRING) {
SCM_HASH_STRING   613 src/hash.c             return Scm_MakeHashTableSimple(SCM_HASH_STRING, initSize);
SCM_HASH_STRING   779 src/hash.c         case SCM_HASH_STRING:  str = "string=?"; break;
SCM_HASH_STRING   151 src/keyword.c      keywords.table = SCM_HASH_TABLE(Scm_MakeHashTableSimple(SCM_HASH_STRING, 256));
SCM_HASH_STRING   229 src/symbol.c       obtable = SCM_HASH_TABLE(Scm_MakeHashTableSimple(SCM_HASH_STRING, 4096));