Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dpruxffi.c510 CSTACK_LPOP (CalloutTrampIn, found, tos); in callout_unseal()
511 CSTACK_LPOP (int, depth, tos); in callout_unseal()
562 CSTACK_LPOP (CalloutTrampIn, tramp, tos);
563 CSTACK_LPOP (int, depth, tos);
586 CSTACK_LPOP (CalloutTrampIn, found, tos); in callout_lunseal()
587 CSTACK_LPOP (int, depth, tos); in callout_lunseal()
672 CSTACK_LPOP (CallbackKernel, kernel, tos);
673 CSTACK_LPOP (int, depth, tos);
729 CSTACK_LPOP (CallbackKernel, found, tos); in callback_lunseal()
730 CSTACK_LPOP (int, depth, tos); in callback_lunseal()
H A Dpruxffi.h49 #define CSTACK_LPOP(TYPE,VAR,TOS) \ macro
/dports/lang/mit-scheme/mit-scheme-9.2/src/lib/
H A Dmit-scheme.h49 #define CSTACK_LPOP(TYPE,VAR,TOS) \ macro