Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/src/
H A Dconsole.c68 BYTE CON_CommandCmp(const char *str1, const char *str2, int len);
186 BYTE CON_CommandCmp(const char *str1, const char *str2, int len) in CON_CommandCmp() function
224 if (CON_CommandCmp(first, commandlist[i].command, strlen(first))) in IsCommand()
360 if(CON_CommandCmp(command_str, commandlist[i].command, strlen(command_str))) in CON_ProcessUserCommand()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dconsole.cpp69 uint8_t CON_CommandCmp(const char *str1, const char *str2, int len);
188 uint8_t CON_CommandCmp(const char *str1, const char *str2, int len) in CON_CommandCmp() function
225 if (CON_CommandCmp(first, commandlist[i].command, strlen(first))) in IsCommand()
361 if (CON_CommandCmp(command_str, commandlist[i].command, strlen(command_str))) in CON_ProcessUserCommand()