Home
last modified time | relevance | path

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

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