Searched refs:RemoveCommand (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h242 bool RemoveCommand(llvm::StringRef cmd);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp877 if (!m_interpreter.RemoveCommand(command_name)) {
/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c305 RemoveCommand(struct cmdargs const *arg) function
892 {"remove", "rm", RemoveCommand, LOCAL_AUTH | LOCAL_CX,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1160 bool CommandInterpreter::RemoveCommand(llvm::StringRef cmd) { function in class:CommandInterpreter

Completed in 187 milliseconds