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