Home
last modified time | relevance | path

Searched refs:flushout (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c309 old = ttyflush(SYNCHing|flushout);
321 old = ttyflush(SYNCHing|flushout);
632 flushout = 1;
873 i = ttyflush(SYNCHing|flushout); in process_rings()
H A Ddefines.h53 #define TTYADD(c) if (!(SYNCHing||flushout)) { \
H A Dtelnet.c102 int flushout; /* flush output */ variable
392 if (flushout)
393 flushout = 0;
446 if (flushout)
447 flushout = 0;
463 if (flushout)
464 flushout = 0;
2444 flushout = 1; in doflush()
H A Dexterns.h95 extern int flushout; /* flush output */