Searched refs:outstrp (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/sort/common/ |
H A D | merge.c | 94 merge_one_stream(field_t *fields_chain, stream_t *strp, stream_t *outstrp, in merge_one_stream() argument 109 SOP_PUT_LINE(outstrp, &strp->s_current); in merge_one_stream() 118 SOP_PUT_LINE(outstrp, &strp->s_current); in merge_one_stream() 123 SOP_FLUSH(outstrp); in merge_one_stream() 129 stream_t *outstrp, vchar_t field_separator, flag_t coll_flags) in merge_two_streams() argument 151 merge_one_stream(fields_chain, str_b, outstrp, in merge_two_streams() 157 merge_one_stream(fields_chain, str_a, outstrp, in merge_two_streams() 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() [all …]
|