Function: pcmpl-unix-complete-hostname
pcmpl-unix-complete-hostname is an autoloaded and byte-compiled
function defined in pcmpl-unix.el.gz.
Signature
(pcmpl-unix-complete-hostname)
Documentation
Complete a command that wants a hostname for an argument.
Aliases
pcomplete/rlogin
eshell-complete-hostname (obsolete since 28.1)
pcomplete/ping
pcomplete/ncftp
pcomplete/ftp
Source Code
;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
(defsubst pcmpl-unix-complete-hostname ()
"Complete a command that wants a hostname for an argument."
(pcomplete-here (pcomplete-read-host-names)))