Function: ange-ftp-lookup-passwd

ange-ftp-lookup-passwd is a macro defined in ange-ftp.el.gz.

Signature

(ange-ftp-lookup-passwd HOST USER)

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defmacro ange-ftp-lookup-passwd (host user)
  `(gethash (ange-ftp-generate-passwd-key ,host ,user)
	    ange-ftp-passwd-hashtable))