Function: eshell-read-user-names
eshell-read-user-names is a byte-compiled function defined in
esh-util.el.gz.
Signature
(eshell-read-user-names)
Documentation
Read the contents of /etc/passwd for user names.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
(defun eshell-read-user-names ()
"Read the contents of /etc/passwd for user names."
(if eshell-passwd-file
(eshell-read-passwd eshell-passwd-file 'eshell-user-names
'eshell-user-timestamp)))