Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c62 if (tty_restartany() != restartany) { in flowstat()
63 restartany = tty_restartany(); in flowstat()
66 restartany ? LFLOW_RESTART_ANY in flowstat()
H A Dglobal.c49 int restartany; /* restart output on any character state */ variable
H A Dext.h48 extern int restartany; /* restart output on any character state */
H A Dstate.c1339 if (restartany >= 0) { in send_status()
1342 if (restartany) { in send_status()
H A Dtelnetd.c859 restartany = -1; /* uninitialized... */ in my_telnet()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c373 if (restartany < 0) { in TerminalNewMode()
375 } else if (restartany > 0) { in TerminalNewMode()
H A Dtelnet.c76 restartany, /* if flow control enabled, restart on any character */ variable
149 restartany = -1; in init_telnet()
767 restartany = 1; in suboption()
770 restartany = 0; in suboption()
H A Dexterns.h65 restartany, /* If flow control, restart output on any character */
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c103 restartany, /* if flow control enabled, restart on any character */ variable
179 restartany = -1; in init_telnet()
822 restartany = 1; in suboption()
825 restartany = 0; in suboption()
H A Dsys_bsd.c452 if (restartany < 0) { in TerminalNewMode()
454 } else if (restartany > 0) { in TerminalNewMode()
H A Dexterns.h109 restartany, /* If flow control, restart output on any character */