Function: tramp-build-postfix-host-regexp

tramp-build-postfix-host-regexp is a byte-compiled function defined in tramp.el.gz.

Signature

(tramp-build-postfix-host-regexp)

Documentation

Return tramp-postfix-host-regexp.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-build-postfix-host-regexp ()
  "Return `tramp-postfix-host-regexp'."
  (rx (literal tramp-postfix-host-format)))