Home
last modified time | relevance | path

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

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dvm.h114 SCM_INTERNAL int scm_i_vm_cont_to_frame (SCM cont, struct scm_frame *frame);
H A Dstacks.c350 if (!scm_i_vm_cont_to_frame (SCM_PROGRAM_FREE_VARIABLE_REF (obj, 0),
H A Dvm.c118 scm_i_vm_cont_to_frame (SCM cont, struct scm_frame *frame) in scm_i_vm_cont_to_frame() function
/dports/lang/guile/guile-3.0.7/libguile/
H A Dvm.h126 SCM_INTERNAL int scm_i_vm_cont_to_frame (SCM cont, struct scm_frame *frame);
H A Dstacks.c355 if (!scm_i_vm_cont_to_frame (SCM_PROGRAM_FREE_VARIABLE_REF (obj, 0),
H A Dvm.c144 scm_i_vm_cont_to_frame (SCM cont, struct scm_frame *frame) in scm_i_vm_cont_to_frame() function
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog3360 * libguile/vm.c (scm_i_vm_cont_to_frame, scm_i_vm_capture_stack):
9166 * libguile/vm.c (scm_i_vm_cont_to_frame, scm_i_vm_capture_stack):
9246 (scm_i_vm_cont_to_frame): Adapt to take offsets from the top.
13376 * libguile/vm.c (scm_i_vm_cont_to_frame): Allow delimited continuations