Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/
H A Dgameapi.h50DD_PLUGIN_NAME = 0x300, ///< (e.g., jdoom, jheretic etc..., suitable for use with filepath… enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/
H A Dcon_config.cpp71 (char const *) gx.GetPointer(DD_PLUGIN_NAME), in writeHeaderComment()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/server/src/
H A Dserverapp.cpp305 … reinterpret_cast<char const *>(gx.GetPointer(DD_PLUGIN_NAME)), in currentServerInfo()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dd_main.cpp75 case DD_PLUGIN_NAME: in D_GetVariable()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/src/
H A Dh2_main.cpp79 case DD_PLUGIN_NAME: in X_GetVariable()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dh_main.cpp92 case DD_PLUGIN_NAME: in H_GetVariable()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dd_main.cpp75 case DD_PLUGIN_NAME: in D_GetVariable()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/resource/
H A Dresources.cpp73 return String(reinterpret_cast<char const *>(gx.GetPointer(DD_PLUGIN_NAME))); in resolveUriSymbol()