Home
last modified time | relevance | path

Searched refs:after_scm (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dlib_clos.c663 SgObject after_scm; in sagittarius_clos__25compute_around_methods() local
684 after_scm = SG_ARGREF(3); in sagittarius_clos__25compute_around_methods()
685 if (!SG_LISTP(after_scm)) in sagittarius_clos__25compute_around_methods()
687 sg__rc_cgen9163.d9164[28], SG_MAKE_STRING("list"), after_scm, SG_NIL); in sagittarius_clos__25compute_around_methods()
688 after = (after_scm); in sagittarius_clos__25compute_around_methods()
H A Dlib_core.c5637 SgObject after_scm; in core_dynamic_wind() local
5647 after_scm = SG_ARGREF(2); in core_dynamic_wind()
5648 after = (after_scm); in core_dynamic_wind()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibstr.c5353 ScmObj after_scm = SCM_FALSE; in libstrstring_pointer_substring() local
5368 after_scm = SCM_CADR(SCM_OPTARGS); in libstrstring_pointer_substring()
5373 after = (after_scm); in libstrstring_pointer_substring()