Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dpruxffi.c407 int cstack_depth = 0; variable
489 cstack_depth += 1; in callout_seal()
490 CSTACK_PUSH (int, cstack_depth); in callout_seal()
512 if (found != expected || depth != cstack_depth) in callout_unseal()
529 CSTACK_PUSH (int, cstack_depth); in callout_continue()
564 if (depth != cstack_depth)
602 cstack_depth -= 1; in callout_pop()
645 cstack_depth += 1; in callback_run_kernel()
646 CSTACK_PUSH (int, cstack_depth); in callback_run_kernel()
658 cstack_depth -= 1; in callback_run_kernel()
[all …]
/dports/lang/qscheme/qscheme-0.5.1/
H A Dcont.c20 static long cstack_depth() in cstack_depth() function
41 c->cstack_len = cstack_depth(); in scm_mkcont()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/3D/Source/
H A Dinstance.c80 long cstack_depth; variable
393 if (cstack_depth == MAX_INSTANCE_DEPTH) in save_context()
396 cstack_depth++; in save_context()
431 if (cstack_depth == 0) in g3_end_object()
434 cstack_depth--; in g3_end_object()