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

/freebsd-11-stable/usr.bin/sort/
H A Dfile.h41 #define SORT_HEAPSORT 3 macro
44 #define DEFAULT_SORT_ALGORITHM SORT_HEAPSORT
H A Dfile.c1215 else if (sort_opts_vals.sort_method == SORT_HEAPSORT)
1281 case SORT_HEAPSORT:
H A Dsort.c1121 sort_opts_vals.sort_method = SORT_HEAPSORT;

Completed in 121 milliseconds