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

/illumos-gate/usr/src/cmd/sort/common/
H A Dconvert.c93 SOP_FETCH(cur_streamp);
H A Dmerge.c113 SOP_FETCH(strp);
183 SOP_FETCH(str_a);
195 SOP_FETCH(str_b);
207 SOP_FETCH(str_a);
382 SOP_FETCH(cur_streamp);
H A Dcheck.c185 (void) SOP_FETCH(cur_streamp);
H A Dstreams.c345 SOP_FETCH(str_in);
466 * Use SOP_FETCH(src) so that this works for all stream types,
527 (fetch_result = SOP_FETCH(src)) == NEXT_LINE_INCOMPLETE)
H A Dtypes.h189 #define SOP_FETCH(s) ((s)->s_ops.sop_fetch)(s) macro
H A Dstreams_wide.c82 SOP_FETCH(str) == NEXT_LINE_INCOMPLETE &&
H A Dstreams_stdio.c122 SOP_FETCH(str) == NEXT_LINE_INCOMPLETE &&

Completed in 78 milliseconds