Home
last modified time | relevance | path

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

/src/bin/sh/
H A Doutput.c223 flushout(dest); in emptyoutbuf()
231 flushout(&output); in flushall()
232 flushout(&errout); in flushall()
237 flushout(struct output *dest) in flushout() function
298 flushout(out2); in out2fmt_flush()
H A Dmain.c205 flushout(&output); in cmdloop()
234 flushout(out2); in cmdloop()
H A Doutput.h67 void flushout(struct output *);
H A Dcd.c167 flushout(out1); in docd()
H A Dinput.c261 flushout(out2); in preadbuffer()
H A Deval.c288 flushout(&output); in evaltree()
780 flushout(&errout); in xtracecommand()
H A Djobs.c254 flushout(&output); in fgcmd()
1271 flushout(out2); in dowait()
H A Dhistedit.c416 flushout(out2); in histcmd()
H A Dparser.c1945 flushout(out2); in setprompt()
/src/contrib/telnet/telnet/
H A Ddefines.h40 #define TTYADD(c) if (!(SYNCHing||flushout)) { \
H A Dtelnet.c99 flushout, /* flush output */ variable
339 if (flushout) in willoption()
340 flushout = 0; in willoption()
394 if (flushout) in wontoption()
395 flushout = 0; in wontoption()
411 if (flushout) in wontoption()
412 flushout = 0; in wontoption()
2243 flushout = 1; in doflush()
H A Dsys_bsd.c400 old = ttyflush(SYNCHing|flushout); in TerminalNewMode()
412 old = ttyflush(SYNCHing|flushout); in TerminalNewMode()
1063 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings()
H A Dexterns.h104 flushout, /* flush output */
/src/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) in willoption()
267 flushout = 0; in willoption()
321 if (flushout) in wontoption()
322 flushout = 0; in wontoption()
343 if (flushout) in wontoption()
344 flushout = 0; in wontoption()
2226 flushout = 1; in doflush()
H A Dsys_bsd.c340 old = ttyflush(SYNCHing|flushout); in TerminalNewMode()
348 old = ttyflush(SYNCHing|flushout); in TerminalNewMode()
975 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings()
H A Dexterns.h60 flushout, /* flush output */
/src/bin/sh/bltin/
H A Dbltin.h60 #define fflush flushout