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 D | vm.h | 114 SCM_INTERNAL int scm_i_vm_cont_to_frame (SCM cont, struct scm_frame *frame);
|
H A D | stacks.c | 350 if (!scm_i_vm_cont_to_frame (SCM_PROGRAM_FREE_VARIABLE_REF (obj, 0),
|
H A D | vm.c | 118 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 D | vm.h | 126 SCM_INTERNAL int scm_i_vm_cont_to_frame (SCM cont, struct scm_frame *frame);
|
H A D | stacks.c | 355 if (!scm_i_vm_cont_to_frame (SCM_PROGRAM_FREE_VARIABLE_REF (obj, 0),
|
H A D | vm.c | 144 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 D | ChangeLog | 3360 * 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
|