Home
last modified time | relevance | path

Searched refs:w_exists (Results 1 – 8 of 8) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dwindow.h38 bool *w_exists = nullptr; // optional pointer to a tracking variable variable
94 assert(w_exists == nullptr); in track()
95 w_exists = exists; in track()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/arch/sdl/
H A Dwindow.cpp61 if (w_exists) in ~window()
62 *w_exists = false; in ~window()
/dports/devel/love07/love-HEAD/src/modules/filesystem/physfs/
H A Dwrap_Filesystem.cpp150 int w_exists(lua_State * L) in w_exists() function
300 { "exists", w_exists },
H A Dwrap_Filesystem.h45 int w_exists(lua_State * L);
/dports/devel/love08/love-0.8.0/src/modules/filesystem/physfs/
H A Dwrap_Filesystem.h49 int w_exists(lua_State * L);
H A Dwrap_Filesystem.cpp158 int w_exists(lua_State * L) in w_exists() function
378 { "exists", w_exists },
/dports/devel/love10/love-0.10.2/src/modules/filesystem/
H A Dwrap_Filesystem.cpp339 int w_exists(lua_State *L) in w_exists() function
746 { "exists", w_exists },
/dports/devel/love/love-11.3/src/modules/filesystem/
H A Dwrap_Filesystem.cpp839 int w_exists(lua_State *L) in w_exists() function
955 { "exists", w_exists },