Home
last modified time | relevance | path

Searched refs:SCM_DICT_NO_OVERWRITE (Results 1 – 8 of 8) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dcollection.h126 SCM_DICT_NO_OVERWRITE = (1L<<0),/* do not overwrite the existing entry */ enumerator
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dweak.c354 if (flags&SCM_DICT_NO_OVERWRITE) { in Scm_WeakHashTableSet()
364 if (flags&SCM_DICT_NO_OVERWRITE && e->value) { in Scm_WeakHashTableSet()
H A Dsymbol.c96 SCM_DICT_NO_OVERWRITE); in make_sym()
129 SCM_DICT_NO_OVERWRITE); in Scm_MakeKeyword()
H A Dlibdict.scm286 (Scm_HashTableSet hash key value SCM_DICT_NO_OVERWRITE))
678 (Scm_TreeMapSet tm key val SCM_DICT_NO_OVERWRITE))
H A Dtreemap.c381 if (!(flags&SCM_DICT_NO_OVERWRITE) || SCM_UNBOUNDP(oldval)) { in Scm_TreeMapSet()
H A Dhash.c1045 if (!(flags&SCM_DICT_NO_OVERWRITE) || SCM_UNBOUNDP(oldval)) { in Scm_HashTableSet()
H A Dlibdict.c5194 Scm_HashTableSet(hash,key,value,SCM_DICT_NO_OVERWRITE); in libdicthash_table_adjoinX()
5758 Scm_TreeMapSet(tm,key,val,SCM_DICT_NO_OVERWRITE); in libdicttree_map_adjoinX()
/dports/lang/gauche/Gauche-0.9.10/doc/
H A Dgauche-dev.texi3115 @item SCM_DICT_NO_OVERWRITE
3124 If both @code{SCM_DICT_NO_OVERWRITE} and @code{SCM_DICT_NO_CREATE} are
3556 If @var{flags} has @code{SCM_DICT_NO_OVERWRITE} bit set, it won't