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

/freebsd-9.3-release/bin/sh/bltin/
H A Dbltin.h60 #define fflush flushout
/freebsd-9.3-release/bin/sh/
H A Doutput.h67 void flushout(struct output *);
H A Dinput.c250 flushout(&output);
251 flushout(&errout);
311 flushout(out2);
H A Dmain.c206 flushout(&output);
H A Dhistedit.c361 flushout(out2);
H A Djobs.c195 flushout(&output);
1102 flushout(out2);
H A Deval.c280 flushout(&output);
837 flushout(&errout);
/freebsd-9.3-release/contrib/telnet/telnet/
H A Ddefines.h44 #define TTYADD(c) if (!(SYNCHing||flushout)) { \
H A Dtelnet.c105 flushout, /* flush output */
311 if (flushout)
312 flushout = 0;
366 if (flushout)
367 flushout = 0;
383 if (flushout)
384 flushout = 0;
2221 flushout = 1;
104 flushout, /* flush output */ variable
H A Dsys_bsd.c405 old = ttyflush(SYNCHing|flushout);
417 old = ttyflush(SYNCHing|flushout);
1135 returnValue |= (ttyflush(SYNCHing|flushout) > 0);
H A Dexterns.h108 flushout, /* flush output */
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Ddefines.h43 #define TTYADD(c) if (!(SYNCHing||flushout)) { \
H A Dtelnet.c72 flushout, /* flush output */ variable
266 if (flushout)
267 flushout = 0;
321 if (flushout)
322 flushout = 0;
343 if (flushout)
344 flushout = 0;
2226 flushout = 1;
H A Dsys_bsd.c340 old = ttyflush(SYNCHing|flushout);
348 old = ttyflush(SYNCHing|flushout);
977 returnValue |= (ttyflush(SYNCHing|flushout) > 0);
H A Dexterns.h60 flushout, /* flush output */

Completed in 90 milliseconds