Function: pcomplete-read-host-names

pcomplete-read-host-names is a byte-compiled function defined in pcomplete.el.gz.

Signature

(pcomplete-read-host-names)

Documentation

Read the contents of /etc/hosts for host names.

Aliases

eshell-read-host-names (obsolete since 28.1)

Source Code

;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defun pcomplete-read-host-names ()
  "Read the contents of /etc/hosts for host names."
  (if pcomplete-hosts-file
      (pcomplete-read-hosts pcomplete-hosts-file 'pcomplete--host-name-cache
                   'pcomplete--host-name-cache-timestamp)))