Searched refs:STREAM_INSTANT (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Dconvert.c63 stream_set(cur_streamp, STREAM_INSTANT);
H A Dmerge.c101 stream_set(strp, STREAM_INSTANT);
143 stream_set(str_a, STREAM_INSTANT);
145 stream_set(str_b, STREAM_INSTANT);
319 stream_set(bot_streamp, STREAM_INSTANT);
H A Dcheck.c137 stream_set(cur_streamp, STREAM_INSTANT);
H A Dstreams_stdio.c91 if (str->s_status & STREAM_INSTANT && (str->s_buffer == NULL)) {
448 stream_unset(str, STREAM_PRIMED | STREAM_INSTANT);
H A Dtypes.h119 #define STREAM_INSTANT 0x0400 macro
H A Dstreams_wide.c60 if (str->s_status & STREAM_INSTANT && (str->s_buffer == NULL)) {
H A Dstreams.c110 if (str->s_status & STREAM_INSTANT)
579 * s_current is not adjusted so this is safe only for STREAM_INSTANT.

Completed in 105 milliseconds