Searched refs:restartany (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c62 if (tty_restartany() != restartany) {
63 restartany = tty_restartany();
66 restartany ? LFLOW_RESTART_ANY
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) {
1342 if (restartany) {
H A Dtelnetd.c859 restartany = -1; /* uninitialized... */
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtermstat.c367 if (tty_restartany() != restartany) {
368 restartany = tty_restartany();
371 restartany ? LFLOW_RESTART_ANY
H A Dext.h52 EXTERN int restartany; /* restart output on any character state */ variable
H A Dstate.c1540 if (restartany >= 0) {
1543 if (restartany) {
H A Dtelnetd.c785 restartany = -1; /* uninitialized... */
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h65 restartany, /* If flow control, restart output on any character */
H A Dsys_bsd.c373 if (restartany < 0) {
375 } else if (restartany > 0) {
H A Dtelnet.c76 restartany, /* if flow control enabled, restart on any character */ variable
149 restartany = -1;
767 restartany = 1;
770 restartany = 0;
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c454 if (restartany < 0) {
456 } else if (restartany > 0) {
H A Dexterns.h109 restartany, /* If flow control, restart output on any character */
H A Dtelnet.c105 restartany, /* if flow control enabled, restart on any character */ variable
181 restartany = -1;
824 restartany = 1;
827 restartany = 0;

Completed in 477 milliseconds