Home
last modified time | relevance | path

Searched refs:STACK_RESET (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dstack.h49 #ifndef STACK_RESET
50 # define STACK_RESET() do {} while (0) macro
H A Dhooks.c145 STACK_RESET ();
169 STACK_RESET ();
269 STACK_RESET (); in unpack_control_point()
H A Dconfshared.h505 #define STACK_RESET OS2_stack_reset macro
517 #define STACK_RESET win32_stack_reset macro
H A Dmemmag.c194 STACK_RESET (); in reset_allocator_parameters()
/dports/lang/nickle/nickle-2.90/
H A Dstack.h49 #define STACK_RESET(s,sp) (STACK_TOP(s) == (sp) ? 0 : \ macro
94 STACK_RESET(s, sp); in StackReturnInline()
H A Dmem.h122 #define EXIT() STACK_RESET(MemStack, __stackPointer)
H A Dstack.c143 STACK_RESET(stack, stackPointer); in StackReturn()