Searched refs:RemoveCommand (Results 1 – 4 of 4) sorted by relevance
280 bool RemoveCommand(llvm::StringRef cmd);
721 if (!m_interpreter.RemoveCommand(command_name)) { in DoExecute()
305 RemoveCommand(struct cmdargs const *arg) in RemoveCommand() function892 {"remove", "rm", RemoveCommand, LOCAL_AUTH | LOCAL_CX,
1201 bool CommandInterpreter::RemoveCommand(llvm::StringRef cmd) { in RemoveCommand() function in CommandInterpreter