Lines Matching defs:flush
1466 // Flush any partially-printed lines in stdout and stderr. Careful, they may have been closed
2335 var flush = function(filedes) {
2338 if (!FS.streams[filedes].isTerminal) { // don't flush terminals, it would cause a \n to also appear
2345 for (var i = 0; i < FS.streams.length; i++) if (FS.streams[i]) flush(i);
2347 flush(stream);