Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dfrotz_types.h131 ERR_JIN_0 = 20, ///< @jin called with object 0 enumerator
H A Dprocessor_objects.cpp248 runtimeError(ERR_JIN_0); in z_jin()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dfrotz_types.h130 ERR_JIN_0 = 20, ///< @jin called with object 0 enumerator
H A Dprocessor_objects.cpp248 runtimeError(ERR_JIN_0); in z_jin()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dobject.c304 runtime_error(ERR_JIN_0); in z_jin()
H A Dfrotz.h689 #define ERR_JIN_0 19 /* @jin called with object 0 */ macro