Home
last modified time | relevance | path

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

/dports/lang/guile1/guile-1.8.8/libguile/
H A Deval.c1704 const SCM um_rnames = SCM_CAR (cdr_expr); in unmemoize_let() local
1705 const SCM extended_env = SCM_EXTEND_ENV (um_rnames, SCM_EOL, env); in unmemoize_let()
1709 const SCM um_bindings = build_binding_list (um_rnames, um_rinits); in unmemoize_let()
1752 const SCM um_rnames = SCM_CAR (cdr_expr); in unmemoize_letrec() local
1753 const SCM extended_env = SCM_EXTEND_ENV (um_rnames, SCM_EOL, env); in unmemoize_letrec()
1757 const SCM um_bindings = build_binding_list (um_rnames, um_rinits); in unmemoize_letrec()