Searched refs:UserCommandExists (Results 1 – 3 of 3) sorted by relevance
110 UserCommandExists (const char *cmd);
624 || m_interpreter.UserCommandExists (alias_command.c_str())) in HandleAliasingRawCommand()736 || m_interpreter.UserCommandExists (alias_command.c_str())) in HandleAliasingNormalCommand()1953 …_name && *cmd_name && m_interpreter.HasUserCommands() && m_interpreter.UserCommandExists(cmd_name)) in DoExecute()
783 if (UserCommandExists(name_cstr)) in AddUserCommand()978 CommandInterpreter::UserCommandExists (const char *cmd) in UserCommandExists() function in CommandInterpreter