Home
last modified time | relevance | path

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

/dports/security/krb5-appl/krb5-appl-1.0.3/telnet/telnetd/
H A Dtermstat.c367 if (tty_restartany() != restartany) { in flowstat()
368 restartany = tty_restartany(); in flowstat()
371 restartany ? LFLOW_RESTART_ANY in flowstat()
H A Dext.h53 extern int restartany; /* restart output on any character state */
H A Dstate.c1597 if (restartany >= 0) { in send_status()
1600 if (restartany) { in send_status()
H A Dtelnetd-ktd.c850 restartany = -1; /* uninitialized... */
H A Dtelnetd.c1137 restartany = -1; /* uninitialized... */
/dports/security/krb5-appl/krb5-appl-1.0.3/telnet/telnet/
H A Dtelnet.c132 restartany, /* if flow control enabled, restart on any character */ variable
215 restartany = -1; in init_telnet()
914 restartany = 1; in suboption()
917 restartany = 0; in suboption()
H A Dsys_bsd.c511 if (restartany < 0) {
513 } else if (restartany > 0) {
H A Dexterns.h123 restartany, /* If flow control, restart output on any character */