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

/haiku/src/bin/network/telnet/
H A Ddefines.h40 #define TTYADD(c) if (!(SYNCHing||flushout)) { \
H A Dtelnet.c101 flushout, /* flush output */ variable
341 if (flushout)
342 flushout = 0;
396 if (flushout)
397 flushout = 0;
413 if (flushout)
414 flushout = 0;
2248 flushout = 1;
H A Dsys_bsd.c402 old = ttyflush(SYNCHing|flushout);
414 old = ttyflush(SYNCHing|flushout);
1067 returnValue |= (ttyflush(SYNCHing|flushout) > 0);
H A Dexterns.h104 flushout, /* flush output */

Completed in 34 milliseconds