Searched refs:KeyConfCommands (Results 1 – 2 of 2) sorted by relevance
63 static const char* KeyConfCommands[] = variable396 for (int i = 0; i < ARRAY_COUNT(KeyConfCommands); i++) in ExecuteString()398 if (!Args[0].ICmp(KeyConfCommands[i])) in ExecuteString()
175 static const char *KeyConfCommands[] = variable569 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()