Variable: tramp-process-action-regexp
tramp-process-action-regexp is a variable defined in tramp.el.gz.
Value
nil
Documentation
The regexp used to invoke an action in tramp-process-one-action.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;;; Functions for establishing connection:
;; The following functions are actions to be taken when seeing certain
;; prompts from the remote host. See the variable
;; `tramp-actions-before-shell' for usage of these functions.
(defvar tramp-process-action-regexp nil
"The regexp used to invoke an action in `tramp-process-one-action'.")