Home
last modified time | relevance | path

Searched refs:CommandLine_Alias (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/
H A Ddd_pinit.cpp143 CommandLine_Alias("-game", "-g"); in DD_InitCommandLine()
144 CommandLine_Alias("-width", "-w"); in DD_InitCommandLine()
145 CommandLine_Alias("-height", "-h"); in DD_InitCommandLine()
147 CommandLine_Alias("-bpp", "-b"); in DD_InitCommandLine()
150 CommandLine_Alias("-file", "-f"); in DD_InitCommandLine()
151 CommandLine_Alias("-file", "-d"); in DD_InitCommandLine()
152 CommandLine_Alias("-file", "-def"); in DD_InitCommandLine()
153 CommandLine_Alias("-file", "-defs"); in DD_InitCommandLine()
156 CommandLine_Alias("-parse", "-p"); in DD_InitCommandLine()
157 CommandLine_Alias("-cparse", "-cp"); in DD_InitCommandLine()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/
H A Dc_wrapper.cpp116 void CommandLine_Alias(char const *longname, char const *shortname) in CommandLine_Alias() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/
H A Dc_wrapper.h57 DENG2_PUBLIC void CommandLine_Alias(char const *longname, char const *shortname);