Function: pcmpl-unix-group-names

pcmpl-unix-group-names is a byte-compiled function defined in pcmpl-unix.el.gz.

Signature

(pcmpl-unix-group-names)

Documentation

Read the contents of /etc/group for group names.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
(defsubst pcmpl-unix-group-names ()
  "Read the contents of /etc/group for group names."
  (if pcmpl-unix-group-file
      (pcmpl-unix-read-passwd-file pcmpl-unix-group-file)))