Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dfile.h40 #define SORT_HEAPSORT 3 macro
H A Dfile.c1103 else if (sort_opts_vals.sort_method == SORT_HEAPSORT) in get_sort_method_name()
1169 case SORT_HEAPSORT: in sort_list_to_file()
H A Dsort.c1138 sort_opts_vals.sort_method = SORT_HEAPSORT; in main()