Function: eshell--all-glob-chars-p

eshell--all-glob-chars-p is a byte-compiled function defined in em-glob.el.gz.

Signature

(eshell--all-glob-chars-p STRING)

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defun eshell--all-glob-chars-p (string)
  (and (length> string 0)
       (not (text-property-not-all
             0 (length string) 'eshell-glob-char t string))))