Searched refs:STREAM_NOTFILE (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Dinitialize.c198 str = stream_new(STREAM_SINGLE | STREAM_NOTFILE);
201 str = stream_new(STREAM_WIDE | STREAM_NOTFILE);
H A Dstreams_stdio.c55 if (str->s_status & STREAM_NOTFILE)
322 if (str->s_status & STREAM_OPEN && !(str->s_status & STREAM_NOTFILE))
333 if (!(str->s_status & STREAM_NOTFILE))
422 if (!(str->s_status & STREAM_NOTFILE))
H A Dmerge.c85 stream_set(ostrp, STREAM_NOTFILE);
408 if (!(loop_out_streamp->s_status & STREAM_NOTFILE)) {
H A Dstreams.c158 if (cur_strp->s_status & STREAM_NOTFILE ||
206 if (str->s_status & STREAM_NOTFILE) {
H A Dtypes.h117 #define STREAM_NOTFILE 0x0100 macro
H A Dutility.c222 if (!(strp->s_status & STREAM_NOTFILE) &&

Completed in 171 milliseconds