Home
last modified time | relevance | path

Searched refs:SOP_PUT_LINE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dmerge.c107 SOP_PUT_LINE(outstrp, &strp->s_current); in merge_one_stream()
116 SOP_PUT_LINE(outstrp, &strp->s_current); in merge_one_stream()
174 SOP_PUT_LINE(outstrp, &str_a->s_current); in merge_two_streams()
187 SOP_PUT_LINE(outstrp, &str_b->s_current); in merge_two_streams()
201 SOP_PUT_LINE(outstrp, &str_a->s_current); in merge_two_streams()
209 SOP_PUT_LINE(outstrp, &str_a->s_current); in merge_two_streams()
376 SOP_PUT_LINE(loop_out_streamp, &cur_streamp->s_current); in merge_n_streams()
H A Dstreams.c340 SOP_PUT_LINE(str_out, &str_in->s_current); in stream_dump()
344 SOP_PUT_LINE(str_out, &str_in->s_current); in stream_dump()
H A Dtypes.h192 #define SOP_PUT_LINE(s, l) ((s)->s_ops.sop_put_line)(s, l) macro