Home
last modified time | relevance | path

Searched refs:CommandLine_Check (Results 1 – 16 of 16) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/windows/
H A Ddd_winit.cpp113 if(CommandLine_Check("-nowsk")) in DD_Win32_Init()
H A Dmouse_win32.cpp36 if(CommandLine_Check("-nomouse") || novideo) return false; in Mouse_Win32_Init()
H A Djoystick_win32.cpp79 if(CommandLine_Check("-nojoy")) in Joystick_Init()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Dsys_input.cpp79 if (CommandLine_Check("-nomouse") || novideo) in Mouse_Init()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/unix/
H A Djoystick.cpp59 if (isDedicated || CommandLine_Check("-nojoy")) in initialize()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/winmm/src/
H A Ddswinmm.cpp218 if(initMixerOk || CommandLine_Check("-nomixer")) in initMixer()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/
H A Ddd_main.cpp348 if (!CommandLine_Check("-nosteamapps"))
385 if (!CommandLine_Check("-nodoomwaddir") && getenv("DOOMWADDIR"))
393 if (!CommandLine_Check("-nodoomwadpath") && getenv("DOOMWADPATH"))
1164 if (CommandLine_Check("-dumpwaddir")) in initializeWithWindowReady()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/
H A Dc_wrapper.cpp162 int CommandLine_Check(char const *check) in CommandLine_Check() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/
H A Dc_wrapper.h63 DENG2_PUBLIC int CommandLine_Check(char const *check);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/network/
H A Dnet_demo.cpp354 if(CommandLine_Check("-playdemo")) in Demo_StopPlayback()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/gl/
H A Dgl_main.cpp247 gamma_support = !CommandLine_Check("-noramp"); in GL_EarlyInit()
261 if(CommandLine_Check("-outlines")) in GL_EarlyInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/resource/
H A Dframemodel.cpp533 if(!CommandLine_Check("-renorm")) return; in DENG2_PIMPL()
H A Dclientresources.cpp1774 if (CommandLine_Check("-nomd2")) in initModels()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_mapsetup.cpp710 int parm = CommandLine_Check("-timer"); in P_SetupMap()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/game/
H A Dg_game.cpp1166 if (CommandLine_Check("-devparm")) in G_PrivilegedResponder()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/defs/
H A Ddedparser.cpp792 value = (CommandLine_Check(token) != 0); in DENG2_PIMPL()