Home
last modified time | relevance | path

Searched refs:restartany (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c365 if (restartany < 0) {
368 } else if (restartany > 0) {
H A Dtelnet.c106 int restartany; /* if flow control enabled, restart on any character */ variable
215 restartany = -1; in init_telnet()
865 restartany = 1; in suboption()
868 restartany = 0; in suboption()
H A Dexterns.h100 extern int restartany; /* If flow control, restart output on any character */