Home
last modified time | relevance | path

Searched refs:SetCommand (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h75 void SetCommand(const char *shell_command);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h39 void SetCommand(std::string command) { m_command = std::move(command); } in SetCommand() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp229 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand() function in SBPlatformShellCommand
/freebsd/usr.sbin/ppp/
H A Dcommand.c180 static int SetCommand(struct cmdargs const *);
905 {"set", "setup", SetCommand, LOCAL_AUTH | LOCAL_CX_OPT,
2492 SetCommand(struct cmdargs const *arg) in SetCommand() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1996 result.SetCommand(command_line); in HandleCommand()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42779 (arg1)->SetCommand((char const *)arg2); in _wrap_SBPlatformShellCommand_SetCommand()