Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dfrotz_types.h122 ERR_SAVE_IN_INTER = 14, ///< Can't save while in interrupt enumerator
H A Dquetzal.cpp142 p.runtimeError(ERR_SAVE_IN_INTER); in save()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dfrotz_types.h121 ERR_SAVE_IN_INTER = 14, ///< Can't save while in interrupt enumerator
H A Dquetzal.cpp142 p.runtimeError(ERR_SAVE_IN_INTER); in save()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dquetzal.c598 runtime_error(ERR_SAVE_IN_INTER);
H A Dfrotz.h681 #define ERR_SAVE_IN_INTER 14 /* Can't save while in interrupt */ macro