Home
last modified time | relevance | path

Searched refs:bound_scm (Results 1 – 2 of 2) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dlib_core.c13085 SgObject bound_scm; in core_string_hash() local
13103 bound_scm = SG_ARGREF(1); in core_string_hash()
13105 bound_scm = SG_UNBOUND; in core_string_hash()
13107 bound = (bound_scm); in core_string_hash()
13150 SgObject bound_scm; in core_string_ci_hash() local
13168 bound_scm = SG_ARGREF(1); in core_string_ci_hash()
13170 bound_scm = SG_UNBOUND; in core_string_ci_hash()
13172 bound = (bound_scm); in core_string_ci_hash()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibstr.c4275 ScmObj bound_scm; in libstr_25hash_string() local
4289 bound_scm = SCM_SUBRARGS[1]; in libstr_25hash_string()
4291 bound_scm = SCM_UNBOUND; in libstr_25hash_string()
4293 bound = (bound_scm); in libstr_25hash_string()