The telnetlib Reference Manual

This is the telnetlib Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:03:51 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 telnetlib

Version

0.1

Dependencies
  • cl-ppcre (system).
  • sb-bsd-sockets (system).
Source

telnetlib.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 telnetlib/telnetlib.asd

Source

telnetlib.asd.

Parent Component

telnetlib (system).

ASDF Systems

telnetlib.

Packages

telnetlib-asd.


3.1.2 telnetlib/packages.lisp

Source

telnetlib.asd.

Parent Component

telnetlib (system).

Packages

telnetlib.


3.1.3 telnetlib/telnetconst.lisp

Dependency

packages.lisp (file).

Source

telnetlib.asd.

Parent Component

telnetlib (system).

Internals

3.1.4 telnetlib/telnetlib.lisp

Dependency

telnetconst.lisp (file).

Source

telnetlib.asd.

Parent Component

telnetlib (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 telnetlib

Source

packages.lisp.

Use List
  • common-lisp.
  • sb-bsd-sockets.
Public Interface
Internals

4.2 telnetlib-asd

Source

telnetlib.asd.

Use List
  • asdf/interface.
  • common-lisp.

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: with-telnet-session ((tn host &optional port) &body body)
Package

telnetlib.

Source

telnetlib.lisp.


5.1.2 Ordinary functions

Function: close-telnet-session (tn)
Package

telnetlib.

Source

telnetlib.lisp.

Function: eof-tn (tn)
Package

telnetlib.

Source

telnetlib.lisp.

Function: expect (tn regexp &optional timeout)

Read until one from a list of a regular expressions matches or until timeout. When no match is found, return nil with a :eof or :timeout, and
the all the received data will still stay in the cookedq vector.

Package

telnetlib.

Source

telnetlib.lisp.

Function: format-tn (tn control-string &rest format-arguments)
Package

telnetlib.

Source

telnetlib.lisp.

Function: open-telnet-session (host &optional port)
Package

telnetlib.

Source

telnetlib.lisp.

Function: peek-available-data (tn &optional block-read)

Just take a look at the available data.

Package

telnetlib.

Source

telnetlib.lisp.

Function: peek-sbdata (tn)
Package

telnetlib.

Source

telnetlib.lisp.

Function: read-available-data (tn &optional block-read)

Read all the available data. If block-read is not nil, block the reading until at least a char arrives at the socket stream.

Package

telnetlib.

Source

telnetlib.lisp.

Function: read-until (tn str &key timeout case-insensitive-mode)

Read until a given string is encountered or until timeout. When no match is found, return nil with a :eof or :timeout, and the all the received data will still stay in the cookedq vector.

Package

telnetlib.

Source

telnetlib.lisp.

Function: read-until-2 (tn strings &key timeout case-insensitive-mode)

Read until one from a list of strings is encountered or until timeout. When no match is found, return nil with a :eof or :timeout, and the all the received data will still stay in the cookedq vector.

Package

telnetlib.

Source

telnetlib.lisp.

Function: read-until-2-ind (tn strings &key timeout case-insensitive-mode)

Sometimes, we more care about which string is matched.

Package

telnetlib.

Source

telnetlib.lisp.

Function: set-telnet-session-option (tn &key remove-return-char debug-on char-callback option-callback sb-option-callback)
Package

telnetlib.

Source

telnetlib.lisp.

Function: write-ln (tn str)
Package

telnetlib.

Source

telnetlib.lisp.

Function: write-ln-crlr (tn str)
Package

telnetlib.

Source

telnetlib.lisp.


5.1.3 Conditions

Condition: telnet-eof
Package

telnetlib.

Source

telnetlib.lisp.

Direct superclasses

simple-condition.

Condition: telnet-read-timeout
Package

telnetlib.

Source

telnetlib.lisp.

Direct superclasses

simple-condition.


5.2 Internals


5.2.1 Constants

Constant: +ao+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +authentication+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +ayt+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +binary+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +bm+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +brk+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +charset+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +com_port_option+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +det+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +dm+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +do+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +dont+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +ec+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +echo+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +el+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +encrypt+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +eor+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +exopl+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +forward_x+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +ga+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +iac+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +ip+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +kermit+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +lflow+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +linemode+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +logout+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +nams+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naocrd+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naoffd+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naohtd+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naohts+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naol+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naolfd+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naop+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naovtd+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naovts+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +naws+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +new_environ+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +noopt+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +nop+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +old_environ+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +outmrk+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +pragma_heartbeat+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +pragma_logon+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +rcp+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +rcte+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +rsp+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +sb+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +se+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +send_url+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +sga+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +sndloc+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +sspi_logon+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +status+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +supdup+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +supdupoutput+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +suppress_local_echo+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +telnet-port+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +thenull+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +tls+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +tm+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +tn3270e+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +tspeed+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +ttyloc+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +ttype+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +tuid+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +vt3270regime+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +will+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +wont+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +x3pad+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +xascii+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +xauth+
Package

telnetlib.

Source

telnetconst.lisp.

Constant: +xdisploc+
Package

telnetlib.

Source

telnetconst.lisp.


5.2.2 Special variables

Special Variable: *tn-internal-debug*
Package

telnetlib.

Source

telnetlib.lisp.


5.2.3 Ordinary functions

Function: char-equal-case-insensitive% (c1 c2)
Package

telnetlib.

Source

telnetlib.lisp.

Function: default-option-callback% (s cmd code)
Package

telnetlib.

Source

telnetlib.lisp.

Function: default-sb-option-callback% (s sbdata)
Package

telnetlib.

Source

telnetlib.lisp.

Function: process-sock-stream% (tn &optional block-read)

Internal procedure to read all the available data from the socket stream
to cookedq.
Return :no-data when no data filled the cookeq.
Return :old-data when no new data read from socket stream but cookeq has old data. Return :new-data when new data are read from socket stream to cookeq.

Package

telnetlib.

Source

telnetlib.lisp.

Function: read-cookedq% (tn end-pos)

Read the cookedq vector from 0 to end-pos.

Package

telnetlib.

Source

telnetlib.lisp.

Function: send-sub-terminal-type-is% (s &optional ttype)
Package

telnetlib.

Source

telnetlib.lisp.

Function: wait-until-readable% (stream &optional timeout debug-on)
Package

telnetlib.

Source

telnetlib.lisp.


5.2.4 Generic functions

Generic Reader: char-callback (object)
Package

telnetlib.

Methods
Reader Method: char-callback ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

char-callback.

Generic Writer: (setf char-callback) (object)
Package

telnetlib.

Methods
Writer Method: (setf char-callback) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

char-callback.

Generic Reader: cookedq (object)
Package

telnetlib.

Methods
Reader Method: cookedq ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

cookedq.

Generic Writer: (setf cookedq) (object)
Package

telnetlib.

Methods
Writer Method: (setf cookedq) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

cookedq.

Generic Reader: debug-on (object)
Package

telnetlib.

Methods
Reader Method: debug-on ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

debug-on.

Generic Writer: (setf debug-on) (object)
Package

telnetlib.

Methods
Writer Method: (setf debug-on) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

debug-on.

Generic Reader: eof (object)
Package

telnetlib.

Methods
Reader Method: eof ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

eof.

Generic Writer: (setf eof) (object)
Package

telnetlib.

Methods
Writer Method: (setf eof) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

eof.

Generic Reader: host (object)
Package

telnetlib.

Methods
Reader Method: host ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

host.

Generic Writer: (setf host) (object)
Package

telnetlib.

Methods
Writer Method: (setf host) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

host.

Generic Reader: iacseq (object)
Package

telnetlib.

Methods
Reader Method: iacseq ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

iacseq.

Generic Writer: (setf iacseq) (object)
Package

telnetlib.

Methods
Writer Method: (setf iacseq) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

iacseq.

Generic Reader: option-callback (object)
Package

telnetlib.

Methods
Reader Method: option-callback ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

option-callback.

Generic Writer: (setf option-callback) (object)
Package

telnetlib.

Methods
Writer Method: (setf option-callback) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

option-callback.

Generic Reader: port (object)
Package

telnetlib.

Methods
Reader Method: port ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

port.

Generic Writer: (setf port) (object)
Package

telnetlib.

Methods
Writer Method: (setf port) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

port.

Generic Reader: remove-return-char (object)
Package

telnetlib.

Methods
Reader Method: remove-return-char ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

remove-return-char.

Generic Writer: (setf remove-return-char) (object)
Package

telnetlib.

Methods
Writer Method: (setf remove-return-char) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

remove-return-char.

Generic Reader: sb (object)
Package

telnetlib.

Methods
Reader Method: sb ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

sb.

Generic Writer: (setf sb) (object)
Package

telnetlib.

Methods
Writer Method: (setf sb) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

sb.

Generic Reader: sb-option-callback (object)
Package

telnetlib.

Methods
Reader Method: sb-option-callback ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

sb-option-callback.

Generic Writer: (setf sb-option-callback) (object)
Package

telnetlib.

Methods
Writer Method: (setf sb-option-callback) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

sb-option-callback.

Generic Reader: sbdataq (object)
Package

telnetlib.

Methods
Reader Method: sbdataq ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

sbdataq.

Generic Writer: (setf sbdataq) (object)
Package

telnetlib.

Methods
Writer Method: (setf sbdataq) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

sbdataq.

Generic Reader: sock-stream (object)
Package

telnetlib.

Methods
Reader Method: sock-stream ((telnet telnet))

automatically generated reader method

Source

telnetlib.lisp.

Target Slot

sock-stream.

Generic Writer: (setf sock-stream) (object)
Package

telnetlib.

Methods
Writer Method: (setf sock-stream) ((telnet telnet))

automatically generated writer method

Source

telnetlib.lisp.

Target Slot

sock-stream.


5.2.5 Classes

Class: telnet
Package

telnetlib.

Source

telnetlib.lisp.

Direct methods
Direct slots
Slot: host
Initargs

:host

Readers

host.

Writers

(setf host).

Slot: port
Initform

telnetlib::+telnet-port+

Initargs

:port

Readers

port.

Writers

(setf port).

Slot: sock-stream
Initargs

:sock-stream

Readers

sock-stream.

Writers

(setf sock-stream).

Slot: cookedq
Initform

(make-array 4096 :element-type (quote character) :fill-pointer 0 :adjustable t)

Readers

cookedq.

Writers

(setf cookedq).

Slot: eof
Readers

eof.

Writers

(setf eof).

Slot: iacseq
Initform

(make-array 3 :element-type (quote character) :fill-pointer 0)

Readers

iacseq.

Writers

(setf iacseq).

Slot: sb
Initform

0

Readers

sb.

Writers

(setf sb).

Slot: sbdataq
Initform

(make-array 64 :element-type (quote character) :fill-pointer 0 :adjustable t)

Readers

sbdataq.

Writers

(setf sbdataq).

Slot: option-callback
Initargs

:option-callback

Readers

option-callback.

Writers

(setf option-callback).

Slot: sb-option-callback
Initargs

:sb-option-callback

Readers

sb-option-callback.

Writers

(setf sb-option-callback).

Slot: char-callback
Initform

(function (lambda (telnetlib::c telnetlib::s) (declare (ignore telnetlib::s)) (princ telnetlib::c)))

Initargs

:char-callback

Readers

char-callback.

Writers

(setf char-callback).

Slot: remove-return-char
Initform

t

Initargs

:remove-return-char

Readers

remove-return-char.

Writers

(setf remove-return-char).

Slot: debug-on
Readers

debug-on.

Writers

(setf debug-on).


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   (  
C   D   E   F   G   H   I   M   O   P   R   S   W  
Index Entry  Section

(
(setf char-callback): Private generic functions
(setf char-callback): Private generic functions
(setf cookedq): Private generic functions
(setf cookedq): Private generic functions
(setf debug-on): Private generic functions
(setf debug-on): Private generic functions
(setf eof): Private generic functions
(setf eof): Private generic functions
(setf host): Private generic functions
(setf host): Private generic functions
(setf iacseq): Private generic functions
(setf iacseq): Private generic functions
(setf option-callback): Private generic functions
(setf option-callback): Private generic functions
(setf port): Private generic functions
(setf port): Private generic functions
(setf remove-return-char): Private generic functions
(setf remove-return-char): Private generic functions
(setf sb): Private generic functions
(setf sb): Private generic functions
(setf sb-option-callback): Private generic functions
(setf sb-option-callback): Private generic functions
(setf sbdataq): Private generic functions
(setf sbdataq): Private generic functions
(setf sock-stream): Private generic functions
(setf sock-stream): Private generic functions

C
char-callback: Private generic functions
char-callback: Private generic functions
char-equal-case-insensitive%: Private ordinary functions
close-telnet-session: Public ordinary functions
cookedq: Private generic functions
cookedq: Private generic functions

D
debug-on: Private generic functions
debug-on: Private generic functions
default-option-callback%: Private ordinary functions
default-sb-option-callback%: Private ordinary functions

E
eof: Private generic functions
eof: Private generic functions
eof-tn: Public ordinary functions
expect: Public ordinary functions

F
format-tn: Public ordinary functions
Function, char-equal-case-insensitive%: Private ordinary functions
Function, close-telnet-session: Public ordinary functions
Function, default-option-callback%: Private ordinary functions
Function, default-sb-option-callback%: Private ordinary functions
Function, eof-tn: Public ordinary functions
Function, expect: Public ordinary functions
Function, format-tn: Public ordinary functions
Function, open-telnet-session: Public ordinary functions
Function, peek-available-data: Public ordinary functions
Function, peek-sbdata: Public ordinary functions
Function, process-sock-stream%: Private ordinary functions
Function, read-available-data: Public ordinary functions
Function, read-cookedq%: Private ordinary functions
Function, read-until: Public ordinary functions
Function, read-until-2: Public ordinary functions
Function, read-until-2-ind: Public ordinary functions
Function, send-sub-terminal-type-is%: Private ordinary functions
Function, set-telnet-session-option: Public ordinary functions
Function, wait-until-readable%: Private ordinary functions
Function, write-ln: Public ordinary functions
Function, write-ln-crlr: Public ordinary functions

G
Generic Function, (setf char-callback): Private generic functions
Generic Function, (setf cookedq): Private generic functions
Generic Function, (setf debug-on): Private generic functions
Generic Function, (setf eof): Private generic functions
Generic Function, (setf host): Private generic functions
Generic Function, (setf iacseq): Private generic functions
Generic Function, (setf option-callback): Private generic functions
Generic Function, (setf port): Private generic functions
Generic Function, (setf remove-return-char): Private generic functions
Generic Function, (setf sb): Private generic functions
Generic Function, (setf sb-option-callback): Private generic functions
Generic Function, (setf sbdataq): Private generic functions
Generic Function, (setf sock-stream): Private generic functions
Generic Function, char-callback: Private generic functions
Generic Function, cookedq: Private generic functions
Generic Function, debug-on: Private generic functions
Generic Function, eof: Private generic functions
Generic Function, host: Private generic functions
Generic Function, iacseq: Private generic functions
Generic Function, option-callback: Private generic functions
Generic Function, port: Private generic functions
Generic Function, remove-return-char: Private generic functions
Generic Function, sb: Private generic functions
Generic Function, sb-option-callback: Private generic functions
Generic Function, sbdataq: Private generic functions
Generic Function, sock-stream: Private generic functions

H
host: Private generic functions
host: Private generic functions

I
iacseq: Private generic functions
iacseq: Private generic functions

M
Macro, with-telnet-session: Public macros
Method, (setf char-callback): Private generic functions
Method, (setf cookedq): Private generic functions
Method, (setf debug-on): Private generic functions
Method, (setf eof): Private generic functions
Method, (setf host): Private generic functions
Method, (setf iacseq): Private generic functions
Method, (setf option-callback): Private generic functions
Method, (setf port): Private generic functions
Method, (setf remove-return-char): Private generic functions
Method, (setf sb): Private generic functions
Method, (setf sb-option-callback): Private generic functions
Method, (setf sbdataq): Private generic functions
Method, (setf sock-stream): Private generic functions
Method, char-callback: Private generic functions
Method, cookedq: Private generic functions
Method, debug-on: Private generic functions
Method, eof: Private generic functions
Method, host: Private generic functions
Method, iacseq: Private generic functions
Method, option-callback: Private generic functions
Method, port: Private generic functions
Method, remove-return-char: Private generic functions
Method, sb: Private generic functions
Method, sb-option-callback: Private generic functions
Method, sbdataq: Private generic functions
Method, sock-stream: Private generic functions

O
open-telnet-session: Public ordinary functions
option-callback: Private generic functions
option-callback: Private generic functions

P
peek-available-data: Public ordinary functions
peek-sbdata: Public ordinary functions
port: Private generic functions
port: Private generic functions
process-sock-stream%: Private ordinary functions

R
read-available-data: Public ordinary functions
read-cookedq%: Private ordinary functions
read-until: Public ordinary functions
read-until-2: Public ordinary functions
read-until-2-ind: Public ordinary functions
remove-return-char: Private generic functions
remove-return-char: Private generic functions

S
sb: Private generic functions
sb: Private generic functions
sb-option-callback: Private generic functions
sb-option-callback: Private generic functions
sbdataq: Private generic functions
sbdataq: Private generic functions
send-sub-terminal-type-is%: Private ordinary functions
set-telnet-session-option: Public ordinary functions
sock-stream: Private generic functions
sock-stream: Private generic functions

W
wait-until-readable%: Private ordinary functions
with-telnet-session: Public macros
write-ln: Public ordinary functions
write-ln-crlr: Public ordinary functions


A.3 Variables

Jump to:   *   +  
C   D   E   H   I   O   P   R   S  
Index Entry  Section

*
*tn-internal-debug*: Private special variables

+
+ao+: Private constants
+authentication+: Private constants
+ayt+: Private constants
+binary+: Private constants
+bm+: Private constants
+brk+: Private constants
+charset+: Private constants
+com_port_option+: Private constants
+det+: Private constants
+dm+: Private constants
+do+: Private constants
+dont+: Private constants
+ec+: Private constants
+echo+: Private constants
+el+: Private constants
+encrypt+: Private constants
+eor+: Private constants
+exopl+: Private constants
+forward_x+: Private constants
+ga+: Private constants
+iac+: Private constants
+ip+: Private constants
+kermit+: Private constants
+lflow+: Private constants
+linemode+: Private constants
+logout+: Private constants
+nams+: Private constants
+naocrd+: Private constants
+naoffd+: Private constants
+naohtd+: Private constants
+naohts+: Private constants
+naol+: Private constants
+naolfd+: Private constants
+naop+: Private constants
+naovtd+: Private constants
+naovts+: Private constants
+naws+: Private constants
+new_environ+: Private constants
+noopt+: Private constants
+nop+: Private constants
+old_environ+: Private constants
+outmrk+: Private constants
+pragma_heartbeat+: Private constants
+pragma_logon+: Private constants
+rcp+: Private constants
+rcte+: Private constants
+rsp+: Private constants
+sb+: Private constants
+se+: Private constants
+send_url+: Private constants
+sga+: Private constants
+sndloc+: Private constants
+sspi_logon+: Private constants
+status+: Private constants
+supdup+: Private constants
+supdupoutput+: Private constants
+suppress_local_echo+: Private constants
+telnet-port+: Private constants
+thenull+: Private constants
+tls+: Private constants
+tm+: Private constants
+tn3270e+: Private constants
+tspeed+: Private constants
+ttyloc+: Private constants
+ttype+: Private constants
+tuid+: Private constants
+vt3270regime+: Private constants
+will+: Private constants
+wont+: Private constants
+x3pad+: Private constants
+xascii+: Private constants
+xauth+: Private constants
+xdisploc+: Private constants

C
char-callback: Private classes
Constant, +ao+: Private constants
Constant, +authentication+: Private constants
Constant, +ayt+: Private constants
Constant, +binary+: Private constants
Constant, +bm+: Private constants
Constant, +brk+: Private constants
Constant, +charset+: Private constants
Constant, +com_port_option+: Private constants
Constant, +det+: Private constants
Constant, +dm+: Private constants
Constant, +do+: Private constants
Constant, +dont+: Private constants
Constant, +ec+: Private constants
Constant, +echo+: Private constants
Constant, +el+: Private constants
Constant, +encrypt+: Private constants
Constant, +eor+: Private constants
Constant, +exopl+: Private constants
Constant, +forward_x+: Private constants
Constant, +ga+: Private constants
Constant, +iac+: Private constants
Constant, +ip+: Private constants
Constant, +kermit+: Private constants
Constant, +lflow+: Private constants
Constant, +linemode+: Private constants
Constant, +logout+: Private constants
Constant, +nams+: Private constants
Constant, +naocrd+: Private constants
Constant, +naoffd+: Private constants
Constant, +naohtd+: Private constants
Constant, +naohts+: Private constants
Constant, +naol+: Private constants
Constant, +naolfd+: Private constants
Constant, +naop+: Private constants
Constant, +naovtd+: Private constants
Constant, +naovts+: Private constants
Constant, +naws+: Private constants
Constant, +new_environ+: Private constants
Constant, +noopt+: Private constants
Constant, +nop+: Private constants
Constant, +old_environ+: Private constants
Constant, +outmrk+: Private constants
Constant, +pragma_heartbeat+: Private constants
Constant, +pragma_logon+: Private constants
Constant, +rcp+: Private constants
Constant, +rcte+: Private constants
Constant, +rsp+: Private constants
Constant, +sb+: Private constants
Constant, +se+: Private constants
Constant, +send_url+: Private constants
Constant, +sga+: Private constants
Constant, +sndloc+: Private constants
Constant, +sspi_logon+: Private constants
Constant, +status+: Private constants
Constant, +supdup+: Private constants
Constant, +supdupoutput+: Private constants
Constant, +suppress_local_echo+: Private constants
Constant, +telnet-port+: Private constants
Constant, +thenull+: Private constants
Constant, +tls+: Private constants
Constant, +tm+: Private constants
Constant, +tn3270e+: Private constants
Constant, +tspeed+: Private constants
Constant, +ttyloc+: Private constants
Constant, +ttype+: Private constants
Constant, +tuid+: Private constants
Constant, +vt3270regime+: Private constants
Constant, +will+: Private constants
Constant, +wont+: Private constants
Constant, +x3pad+: Private constants
Constant, +xascii+: Private constants
Constant, +xauth+: Private constants
Constant, +xdisploc+: Private constants
cookedq: Private classes

D
debug-on: Private classes

E
eof: Private classes

H
host: Private classes

I
iacseq: Private classes

O
option-callback: Private classes

P
port: Private classes

R
remove-return-char: Private classes

S
sb: Private classes
sb-option-callback: Private classes
sbdataq: Private classes
Slot, char-callback: Private classes
Slot, cookedq: Private classes
Slot, debug-on: Private classes
Slot, eof: Private classes
Slot, host: Private classes
Slot, iacseq: Private classes
Slot, option-callback: Private classes
Slot, port: Private classes
Slot, remove-return-char: Private classes
Slot, sb: Private classes
Slot, sb-option-callback: Private classes
Slot, sbdataq: Private classes
Slot, sock-stream: Private classes
sock-stream: Private classes
Special Variable, *tn-internal-debug*: Private special variables