Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/
H A Dc_wrapper.cpp126 char const *CommandLine_At(int i) in CommandLine_At() function
136 return CommandLine_At(i); in CommandLine_PathAt()
148 return CommandLine_At(++argLastMatch); in CommandLine_Next()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/
H A Ddd_pinit.cpp191 LOG_MSG(" %i: " _E(>) "%s") << p << CommandLine_At(p); in DD_ConsoleInit()
H A Ddd_main.cpp1193 if (stricmp(CommandLine_At(p), "-command") && in initializeWithWindowReady()
1194 stricmp(CommandLine_At(p), "-cmd")) in initializeWithWindowReady()
1201 char const *arg = CommandLine_At(p); in initializeWithWindowReady()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/filesys/
H A Dvirtualmappings.cpp47 if (qstrnicmp("-vdmap", CommandLine_At(i), 6)) in FS_InitVirtualPathMappings()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/
H A Dc_wrapper.h59 DENG2_PUBLIC char const *CommandLine_At(int i);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_mapsetup.cpp713 ::timerGame = atoi(CommandLine_At(parm + 1)) * 35 * 60; in P_SetupMap()