Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dmain.c183 flushout(&errout); in main()
295 flushout(&errout); in main()
331 flushout(&errout); in cmdloop()
H A Derror.c138 flushout(&output); in exvwarning()
157 flushout(&errout); in exvwarning()
H A Dcd.c368 flushout(out1); /* make sure buffer is empty */ in pwdcmd()
372 flushout(out1); in pwdcmd()
H A Doutput.h83 void flushout(struct output *);
H A Dexec.c460 flushout(out1); in hashcmd()
/netbsd-src/usr.bin/telnet/
H A Dsys_bsd.c268 old = ttyflush(SYNCHing|flushout); in TerminalNewMode()
276 old = ttyflush(SYNCHing|flushout); in TerminalNewMode()
658 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings()
H A Dtelnet.c101 flushout, /* flush output */ variable
342 if (flushout) in willoption()
343 flushout = 0; in willoption()
397 if (flushout) in wontoption()
398 flushout = 0; in wontoption()
414 if (flushout) in wontoption()
415 flushout = 0; in wontoption()
2208 flushout = 1; in doflush()
H A Ddefines.h41 #define TTYADD(c) if (!(SYNCHing||flushout)) { \
H A Dexterns.h71 flushout, /* flush output */
/netbsd-src/bin/sh/bltin/
H A Dbltin.h75 #define fflush(f) _RETURN_INT(flushout(f))