Home
last modified time | relevance | path

Searched defs:proxy_command (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMultiword.cpp361 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong() local
370 …const CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject… in IsRemovable() local
379 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject() local
388 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP() local
397 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject() local
409 CommandObject *proxy_command = GetProxyCommandObject(); in AproposAllSubCommands() local
421 CommandObject *proxy_command = GetProxyCommandObject(); in LoadSubCommand() local
430 CommandObject *proxy_command = GetProxyCommandObject(); in WantsRawCommandString() local
439 CommandObject *proxy_command = GetProxyCommandObject(); in WantsCompletion() local
449 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions() local
[all …]
/NextBSD/crypto/openssh/
HDsshconnect.c86 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command()
105 const char *proxy_command) in ssh_proxy_fdpass_connect()
183 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) in ssh_proxy_connect()
HDreadconf.h89 char *proxy_command; /* Proxy command for connecting the host. */ member