Home
last modified time | relevance | path

Searched refs:KeyConfCommands (Results 1 – 2 of 2) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Dcmd.cpp63 static const char* KeyConfCommands[] = variable
396 for (int i = 0; i < ARRAY_COUNT(KeyConfCommands); i++) in ExecuteString()
398 if (!Args[0].ICmp(KeyConfCommands[i])) in ExecuteString()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dc_dispatch.cpp175 static const char *KeyConfCommands[] = variable
569 for (i = countof(KeyConfCommands)-1; i >= 0; --i) in C_DoCommand()
571 if (strnicmp (beg, KeyConfCommands[i], len) == 0 && in C_DoCommand()
572 KeyConfCommands[i][len] == 0) in C_DoCommand()