Function: eshell-quoted-file-command--which

eshell-quoted-file-command--which is a byte-compiled function defined in esh-ext.el.gz.

Signature

(eshell-quoted-file-command--which COMMAND)

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-ext.el.gz
(defun eshell-quoted-file-command--which (command)
  (when (file-name-quoted-p command)
    (eshell-external-command--which (file-name-unquote command))))