Home
last modified time | relevance | path

Searched refs:RemoveCommand (Results 1 – 4 of 4) sorted by last modified time

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1357 bool CommandInterpreter::RemoveCommand(llvm::StringRef cmd, bool force) { in RemoveCommand() function in CommandInterpreter
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp763 if (!m_interpreter.RemoveCommand(command_name)) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h329 bool RemoveCommand(llvm::StringRef cmd, bool force = false);
/freebsd/usr.sbin/ppp/
H A Dcommand.c303 RemoveCommand(struct cmdargs const *arg) in RemoveCommand() function
890 {"remove", "rm", RemoveCommand, LOCAL_AUTH | LOCAL_CX,