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

/freebsd-10.1-release/usr.bin/sort/
H A Dfile.h39 #define SORT_HEAPSORT 3 macro
42 #define DEFAULT_SORT_ALGORITHM SORT_HEAPSORT
H A Dfile.c1249 else if (sort_opts_vals.sort_method == SORT_HEAPSORT)
1315 case SORT_HEAPSORT:
H A Dsort.c1121 sort_opts_vals.sort_method = SORT_HEAPSORT;

Completed in 106 milliseconds