Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dstreams_array.c41 copy_line_rec( in stream_array_prime()
64 copy_line_rec(str->s_type.LA.s_array[str->s_type.LA.s_cur_index], in stream_array_fetch()
H A Dutility.h161 extern void copy_line_rec(const line_rec_t *, line_rec_t *);
H A Dcheck.c81 copy_line_rec(A, B); in swap_coll_bufs()
H A Dstreams.c521 copy_line_rec(&src->s_current, l_series); in stream_insert()
H A Dutility.c465 copy_line_rec(const line_rec_t *a, line_rec_t *b) in copy_line_rec() function