HomeSort by: relevance | last modified time | path
    Searched defs:flushout (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
output.c 161 flushout(file);
256 flushout(file);
289 flushout(dest);
298 flushout(&output);
299 flushout(&errout);
304 flushout(struct output *dest) function in typeref:typename:void
309 VTRACE(DBG_OUTPUT, ("flushout fd=%d %zd to write\n", dest->fd,
361 flushout(out2);
653 flushout(outx);
699 flushout(outx)
    [all...]
  /src/usr.bin/telnet/
telnet.c 101 flushout, /* flush output */ variable in typeref:typename:int
344 if (flushout)
345 flushout = 0;
399 if (flushout)
400 flushout = 0;
416 if (flushout)
417 flushout = 0;
2216 flushout = 1;

Completed in 12 milliseconds