Home
last modified time | relevance | path

Searched refs:copy_line_rec (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sort/common/
H A Dstreams_array.c43 copy_line_rec( in stream_array_prime()
66 copy_line_rec(str->s_type.LA.s_array[str->s_type.LA.s_cur_index], in stream_array_fetch()
H A Dutility.h163 extern void copy_line_rec(const line_rec_t *, line_rec_t *);
H A Dcheck.c83 copy_line_rec(A, B); in swap_coll_bufs()
H A Dstreams.c523 copy_line_rec(&src->s_current, l_series); in stream_insert()
H A Dutility.c467 copy_line_rec(const line_rec_t *a, line_rec_t *b) in copy_line_rec() function