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

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Ddefines.h43 #define TTYADD(c) if (!(SYNCHing||flushout)) { \
H A Dsys_bsd.c340 old = ttyflush(SYNCHing|flushout);
348 old = ttyflush(SYNCHing|flushout);
826 SYNCHing = 1;
866 * stay in the TELNET SYNCH (SYNCHing) state.
873 if (SYNCHing) {
883 SYNCHing = stilloob();
977 returnValue |= (ttyflush(SYNCHing|flushout) > 0);
H A Dexterns.h76 SYNCHing, /* Is the stream in telnet SYNCH mode? */
H A Dtelnet.c71 SYNCHing, /* we are in TELNET SYNCH mode */ variable
151 SYNCHing = 0;
1706 SYNCHing = 1;
1708 SYNCHing = stilloob();
2006 netex = !SYNCHing;
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c72 int SYNCHing; /* we are in TELNET SYNCH mode */ variable
H A Dext.h76 extern int SYNCHing; /* we are in TELNET SYNCH mode */
H A Dtelnetd.c1031 if (!SYNCHing) {
1049 SYNCHing = 1;
1084 * stay in the TELNET SYNCH (SYNCHing) state.
1091 if (SYNCHing) {
1100 SYNCHing = stilloob(net);
H A Dstate.c217 SYNCHing = stilloob(net);
/freebsd-11-stable/contrib/telnet/telnet/
H A Ddefines.h40 #define TTYADD(c) if (!(SYNCHing||flushout)) { \
H A Dsys_bsd.c402 old = ttyflush(SYNCHing|flushout);
414 old = ttyflush(SYNCHing|flushout);
916 SYNCHing = 1;
956 * stay in the TELNET SYNCH (SYNCHing) state.
963 if (SYNCHing) {
973 SYNCHing = stilloob(net);
1067 returnValue |= (ttyflush(SYNCHing|flushout) > 0);
H A Dtelnet.c100 SYNCHing, /* we are in TELNET SYNCH mode */ variable
183 SYNCHing = 0;
1788 SYNCHing = 1;
1790 SYNCHing = stilloob();
2085 netex = !SYNCHing;
H A Dexterns.h119 SYNCHing, /* Is the stream in telnet SYNCH mode? */
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dext.h81 EXTERN int SYNCHing; /* we are in TELNET SYNCH mode */ variable
H A Dtelnetd.c981 if (!SYNCHing) {
999 SYNCHing = 1;
1034 * stay in the TELNET SYNCH (SYNCHing) state.
1041 if (SYNCHing) {
1050 SYNCHing = stilloob(net);
H A Dstate.c239 SYNCHing = stilloob(net);

Completed in 299 milliseconds