Home
last modified time | relevance | path

Searched refs:SCM_HASH_EQV (Results 1 – 12 of 12) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dhash.h46 SCM_HASH_EQV, enumerator
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dhash.c833 case SCM_HASH_EQV: in hash_core_predef_procs()
1125 case SCM_HASH_EQV: str = "eqv?"; break; in hash_print()
1256 } else if (hashfn == (ScmHashProc*)SCM_HASH_EQV) { in Scm_MakeHashTable()
1257 return Scm_MakeHashTableSimple(SCM_HASH_EQV, initSize); in Scm_MakeHashTable()
H A Dweak.c230 case SCM_HASH_EQV: type = "eqv?"; break; in weakhash_print()
H A Dlibdict.scm114 [(SCM_EQ ,scmvar 'eqv?) (set! ,cvar SCM_HASH_EQV)]
123 [(SCM_HASH_EQV) (return 'eqv?)]
H A Dread.c1512 SCM_HASH_TABLE(Scm_MakeHashTableSimple(SCM_HASH_EQV, 0)); in read_num_prefixed()
H A Dlibsys.scm143 (set! errno_n2y (SCM_HASH_TABLE (Scm_MakeHashTableSimple SCM_HASH_EQV 0)))
H A Dlibdict.c4921 …){ctype=(SCM_HASH_EQ);}else if(SCM_EQ(type,scm__rc.d1573[39])){ctype=(SCM_HASH_EQV);}else if(SCM_E… in libdict_25make_hash_table_simple()
5014 … : {{SCM_RESULT=(scm__rc.d1573[40]);goto SCM_STUB_RETURN;}break;}case SCM_HASH_EQV : {{SCM_RESULT=… in libdicthash_table_type()
H A Dlibsys.c9125 errno_n2y=(SCM_HASH_TABLE(Scm_MakeHashTableSimple(SCM_HASH_EQV,0))); in Scm_Init_libsys()
/dports/graphics/gauche-gl/Gauche-gl-0.6/src/
H A Dgauche-glut.c312 ScmGlutCallbackTable = Scm_MakeHashTableSimple(SCM_HASH_EQV, 0); in Scm_Init_libgauche_glut()
/dports/lang/gauche/Gauche-0.9.10/ext/sparse/
H A Dsptab.c113 case SCM_HASH_EQV: in MakeSparseTable()
H A Dsparse.scm157 [(SCM_EQ type 'eqv?) (set! t SCM_HASH_EQV)]
/dports/lang/gauche/Gauche-0.9.10/doc/
H A Dgauche-dev.texi3195 @item SCM_HASH_EQV