Home
last modified time | relevance | path

Searched refs:ERR_BAD_FRAME (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Derrors.h42 #define ERR_BAD_FRAME 0x06 macro
H A Dlookup.c212 return (ERR_BAD_FRAME); in lookup_variable()
353 return (ERR_BAD_FRAME); in assign_variable()
458 return (ERR_BAD_FRAME); in define_variable()
578 return (ERR_BAD_FRAME); in link_variables()
H A Dinterp.c739 code = ERR_BAD_FRAME; in Interpret()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dfrotz_types.h120 ERR_BAD_FRAME = 12, ///< Bad stack frame enumerator
H A Dprocessor.cpp509 runtimeError(ERR_BAD_FRAME); in z_throw()
516 runtimeError(ERR_BAD_FRAME); in z_throw()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dfrotz_types.h119 ERR_BAD_FRAME = 12, ///< Bad stack frame enumerator
H A Dprocessor.cpp509 runtimeError(ERR_BAD_FRAME); in z_throw()
516 runtimeError(ERR_BAD_FRAME); in z_throw()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dprocess.c562 runtime_error(ERR_BAD_FRAME); in z_throw()
H A Dfrotz.h679 #define ERR_BAD_FRAME 12 /* Bad stack frame */ macro