Searched defs:loop_out_streamp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sort/common/
H A Dmerge.c289 stream_t *loop_out_streamp; local
328 loop_out_streamp = out_streamp;
332 loop_out_streamp = stream_push_to_temporary(
336 if (loop_out_streamp == NULL ||
378 SOP_PUT_LINE(loop_out_streamp, &cur_streamp->s_current);
403 (void) SOP_FLUSH(loop_out_streamp);
408 if (!(loop_out_streamp->s_status & STREAM_NOTFILE)) {
409 (void) SOP_CLOSE(loop_out_streamp);
414 stream_stat_chain(loop_out_streamp);

Completed in 45 milliseconds