Home
last modified time | relevance | path

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

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