Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dcheck.c116 int (*collation_fcn)(line_rec_t *, line_rec_t *, ssize_t, flag_t) = in check_if_sorted() local
149 collation_fcn = collated_wide; in check_if_sorted()
189 r = collation_fcn(&last_line, &cur_streamp->s_current, 0, in check_if_sorted()