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

/macosx-10.10.1/Heimdal-398.1.2/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... */
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dext.h52 extern int restartany; /* restart output on any character state */
H A Dtermstat.c371 if (tty_restartany() != restartany) {
372 restartany = tty_restartany();
375 restartany ? LFLOW_RESTART_ANY
H A Dstate.c1542 if (restartany >= 0) {
1545 if (restartany) {
H A Dtelnetd.c854 restartany = -1; /* uninitialized... */
/macosx-10.10.1/Heimdal-398.1.2/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;
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c457 if (restartany < 0) {
459 } else if (restartany > 0) {
H A Dexterns.h117 restartany, /* If flow control, restart output on any character */
H A Dtelnet.c114 restartany, /* if flow control enabled, restart on any character */
192 restartany = -1;
804 restartany = 1;
807 restartany = 0;
113 restartany, /* if flow control enabled, restart on any character */ variable

Completed in 198 milliseconds