Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dprocessor_windows.cpp225 runtimeError(ERR_ILL_WIN_PROP); in z_get_wind_prop()
236 runtimeError(ERR_ILL_WIN_PROP); in z_put_wind_prop()
H A Dfrotz_types.h124 ERR_ILL_WIN_PROP = 17, ///< Illegal window property enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dprocessor_windows.cpp225 runtimeError(ERR_ILL_WIN_PROP); in z_get_wind_prop()
236 runtimeError(ERR_ILL_WIN_PROP); in z_put_wind_prop()
H A Dfrotz_types.h125 ERR_ILL_WIN_PROP = 17, ///< Illegal window property enumerator
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dscreen.c1034 runtime_error(ERR_ILL_WIN_PROP); in z_get_wind_prop()
1197 runtime_error(ERR_ILL_WIN_PROP); in z_put_wind_prop()
H A Dfrotz.h684 #define ERR_ILL_WIN_PROP 17 /* Illegal window property */ macro