Home
last modified time | relevance | path

Searched refs:Do_Micro_Error (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dinterp.c106 Do_Micro_Error (code, true); \
136 Do_Micro_Error (code, false); \
143 Do_Micro_Error (code, true); \
334 Do_Micro_Error (ERR_ARG_1_WRONG_TYPE, true); in Interpret()
339 Do_Micro_Error (ERR_ARG_2_WRONG_TYPE, true); in Interpret()
344 Do_Micro_Error (ERR_ARG_3_WRONG_TYPE, true); in Interpret()
349 Do_Micro_Error (dispatch_code, true); in Interpret()
1062 Do_Micro_Error (dispatch_code, true); in Interpret()
H A Dextern.h368 extern void Do_Micro_Error (long, bool);
H A Dpruxffi.c782 Do_Micro_Error (ERR_INAPPLICABLE_OBJECT, true); in valid_callback_handler()
H A Dutils.c546 Do_Micro_Error (long error_code, bool from_pop_return_p) in Do_Micro_Error() function