SCM_HASH_TABLE_P 4478 src/extlib.c   SCM_RESULT = SCM_HASH_TABLE_P(obj);
SCM_HASH_TABLE_P 4493 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4515 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4542 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4575 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4598 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4622 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4659 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4704 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4734 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4780 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4798 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4818 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 4838 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
SCM_HASH_TABLE_P 1797 src/gauche.h   #define SCM_HASHTABLEP      SCM_HASH_TABLE_P
SCM_HASH_TABLE_P  145 src/write.c            SCM_ASSERT(SCM_PAIRP(port->data)&&SCM_HASH_TABLE_P(SCM_CDR(port->data)));
SCM_HASH_TABLE_P  151 src/write.c            SCM_ASSERT(SCM_PAIRP(port->data)&&SCM_HASH_TABLE_P(SCM_CDR(port->data)));
SCM_HASH_TABLE_P  406 src/write.c        if (SCM_PAIRP(port->data) && SCM_HASH_TABLE_P(SCM_CDR(port->data))) {
SCM_HASH_TABLE_P  582 src/write.c            SCM_ASSERT(SCM_PAIRP(port->data)&&SCM_HASH_TABLE_P(SCM_CDR(port->data)));
SCM_HASH_TABLE_P  587 src/write.c            SCM_ASSERT(SCM_PAIRP(port->data)&&SCM_HASH_TABLE_P(SCM_CDR(port->data)));