Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sort/common/
H A Dmerge.c109 SOP_PUT_LINE(outstrp, &strp->s_current); in merge_one_stream()
118 SOP_PUT_LINE(outstrp, &strp->s_current); in merge_one_stream()
176 SOP_PUT_LINE(outstrp, &str_a->s_current); in merge_two_streams()
189 SOP_PUT_LINE(outstrp, &str_b->s_current); in merge_two_streams()
203 SOP_PUT_LINE(outstrp, &str_a->s_current); in merge_two_streams()
211 SOP_PUT_LINE(outstrp, &str_a->s_current); in merge_two_streams()
378 SOP_PUT_LINE(loop_out_streamp, &cur_streamp->s_current); in merge_n_streams()
H A Dstreams.c342 SOP_PUT_LINE(str_out, &str_in->s_current); in stream_dump()
346 SOP_PUT_LINE(str_out, &str_in->s_current); in stream_dump()
H A Dtypes.h194 #define SOP_PUT_LINE(s, l) ((s)->s_ops.sop_put_line)(s, l) macro