Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_debug.d288 (unsigned long)STACK_item_count(uTheFramepointer(obj),(gcv_object_t*)STACK_start)); in nobject_out1()
373 (unsigned long)STACK_item_count(top_of_back_trace_frame(bt), in bt_out()
H A Ddebug.d1167 prin1(stream_,fixnum(STACK_item_count(bt->bt_stack, in print_back_trace()
1216 prin1(stream_,fixnum(STACK_item_count(FRAME,(gcv_object_t*)STACK_start))); in print_stackitem()
1232 var uintL count = STACK_item_count(FRAME STACKop frame_args,FRAME_top); in print_stackitem()
H A Dzthread.d294 vstack_size=STACK_item_count(STACK_bound,STACK_start);
H A Dspvw.d3616 STACK_item_count((gcv_object_t*)STACK_bound,STACK); in init_memory()
3648 uint32_to_I(STACK_item_count(STACK_bound,STACK_start)); in init_memory()
3662 uint32_to_I(STACK_item_count(STACK_bound,STACK_start)); in init_memory()
H A Deval.d1305 STACK_item_count(tagsptr,frame_end) / 2; in nest_env()
2510 argcount = STACK_item_count(STACK STACKop frame_args,args_pointer); in funcall_iclosure()
3182 (unsigned long)STACK_item_count(STACK,stack_before)); \
7027 STACK_item_count(STACK,FRAME); in interpret_bytecode_()
7342 STACK_item_count(STACK,oldSTACK); in interpret_bytecode_()
H A Dcontrol.d898 STACK_item_count(STACK,top_of_frame) / 2; in finish_flet()
H A Dlispbibl.d15173 #define STACK_item_count(new_STACK_ptr,old_STACK_ptr) \ macro
15177 #define STACK_item_count(new_STACK_ptr,old_STACK_ptr) \ macro
H A Dio.d8560 { pr_uint(stream_,STACK_item_count(uTheFramepointer(obj), in pr_framepointer_1()
H A DChangeLog14579 * zthread.d (make-thread): use STACK_item_count() macro for computing
28308 * spvw_debug.d (bt_out): Fix an invalid use of STACK_item_count.
44695 (back_trace_out): use STACK_item_count() instead of STACK_diff()