Variable: telnet-count

telnet-count is a buffer-local variable defined in telnet.el.gz.

Documentation

Number of output strings from telnet process while looking for password.

Source Code

;; Defined in /usr/src/emacs/lisp/net/telnet.el.gz
(defvar-local telnet-count 0
  "Number of output strings from telnet process while looking for password.")