Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h288 RemoveCommand (const char *cmd);
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectCommands.cpp931 if (m_interpreter.RemoveCommand (command_name)) in DoExecute()
/NextBSD/usr.sbin/ppp/
HDcommand.c303 RemoveCommand(struct cmdargs const *arg) in RemoveCommand() function
890 {"remove", "rm", RemoveCommand, LOCAL_AUTH | LOCAL_CX,
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp1122 CommandInterpreter::RemoveCommand (const char *cmd) in RemoveCommand() function in CommandInterpreter