Home
last modified time | relevance | path

Searched refs:ERR_CALL_NON_RTN (Results 1 – 6 of 6) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dfrotz_types.h117 ERR_CALL_NON_RTN = 9, ///< Call to non-routine enumerator
H A Dprocessor.cpp340 runtimeError(ERR_CALL_NON_RTN); in call()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dfrotz_types.h116 ERR_CALL_NON_RTN = 9, ///< Call to non-routine enumerator
H A Dprocessor.cpp340 runtimeError(ERR_CALL_NON_RTN); in call()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dprocess.c342 runtime_error(ERR_CALL_NON_RTN); in call()
H A Dfrotz.h676 #define ERR_CALL_NON_RTN 9 /* Call to non-routine */ macro