Searched refs:more_stack (Results 1 – 3 of 3) sorted by relevance
1144 SCM more_stack, new_limit; in vm_expand_stack() local1158 more_stack = scm_call_0 (scm_cdar (data.overflow_handler_stack)); in vm_expand_stack()1163 if (scm_to_ptrdiff_t (more_stack) <= 0) in vm_expand_stack()1164 scm_out_of_range (NULL, more_stack); in vm_expand_stack()1165 new_limit = scm_sum (scm_caar (data.overflow_handler_stack), more_stack); in vm_expand_stack()
190 more_stack(Parent)196 more_stack(Parent) :-202 more_stack(_) :-
882 SCM more_stack, new_limit; in vm_expand_stack() local896 more_stack = scm_call_0 (scm_cdar (data.overflow_handler_stack)); in vm_expand_stack()901 if (scm_to_ptrdiff_t (more_stack) <= 0) in vm_expand_stack()902 scm_out_of_range (NULL, more_stack); in vm_expand_stack()903 new_limit = scm_sum (scm_caar (data.overflow_handler_stack), more_stack); in vm_expand_stack()