Home
last modified time | relevance | path

Searched refs:STACK_OVERFLOWED_P (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dstack.h46 #define STACK_OVERFLOWED_P() \ macro
64 if (STACK_OVERFLOWED_P ()) \
H A Dconfshared.h508 #define STACK_OVERFLOWED_P OS2_stack_overflowed_p macro
H A Duxtrap.c203 bool stack_overflowed_p = (STACK_OVERFLOWED_P ()); in trap_handler()
H A Dos2xcpt.c206 stack_overflowed_p = (STACK_OVERFLOWED_P ()); in OS2_exception_handler()
H A Dnttrap.c953 bool stack_overflowed_p = (STACK_OVERFLOWED_P ()); in nt_trap_handler()