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

/illumos-gate/usr/src/cmd/sort/common/
H A Dmerge.c286 stream_t *top_streamp; local
300 top_streamp = bot_streamp = head_streamp;
337 top_streamp == bot_streamp)
340 * progress; if top_streamp == bot_streamp, then
346 for (cur_streamp = top_streamp; cur_streamp != bot_streamp;
390 cur_streamp = top_streamp;
420 top_streamp = bot_streamp;

Completed in 58 milliseconds